blob: 1fd14b969290d2994b20155e733c83c29ed32f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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;
|