--- include/types.h.orig	2002-10-15 12:22:55.000000000 -0400
+++ include/types.h	2002-10-15 12:23:29.000000000 -0400
@@ -55,8 +55,8 @@
  * structure.
  */
 typedef union {
-	__u8;	/* Unnamed __u8 to serve as default when just using
-		   a_val without specifying any of the below. */
+	__u8 _default;	/* Unnamed __u8 to serve as default when just using
+			   a_val without specifying any of the below. */
 	STANDARD_INFORMATION std_inf;
 	ATTR_LIST_ENTRY al_entry;
 	FILE_NAME_ATTR filename;