VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / net / dgrs_i82596.h
index b1c83b5..c7a38c1 100644 (file)
@@ -95,7 +95,7 @@ typedef volatile struct
 /************************************************************************/
 typedef volatile struct _I596_RBD
 {
-#if INTEL_RETENTIVE
+#ifdef INTEL_RETENTIVE
        ushort                  count;  /* Length of data in buf */
        ushort                  offset;
 #else
@@ -103,7 +103,7 @@ typedef volatile struct _I596_RBD
 #endif
        vol struct _I596_RBD    *next;  /* Next buffer descriptor in list */
        uchar                   *buf;   /* Data buffer */
-#if INTEL_RETENTIVE
+#ifdef INTEL_RETENTIVE
        ushort                  size;   /* Size of buf (constant) */
        ushort                  zero;
 #else