Whamcloud - gitweb
Branch HEAD
authorscjody <scjody>
Thu, 5 Apr 2007 01:36:26 +0000 (01:36 +0000)
committerscjody <scjody>
Thu, 5 Apr 2007 01:36:26 +0000 (01:36 +0000)
Fix SYIO_INTERFACE_NAME typo, part of liblustre compile warnings cleanup.

b=11175
i=adilger
i=green

libsysio/include/sysio-cmn.h

index ed9a2c1..3fd283e 100644 (file)
@@ -98,14 +98,14 @@ struct iovec;
 /*
  * SYSIO name label macros
  */
-#ifndef SYIO_INTERFACE_NAME
+#ifndef SYSIO_INTERFACE_NAME
 #ifdef SYSIO_LABEL_NAMES
 #define SYSIO_INTERFACE_NAME(x) \
        PREPEND(SYSIO_LABEL_NAMES, x)
 #else
 #define SYSIO_INTERFACE_NAME(x) x
 #endif /* SYSIO_LABEL_NAMES */
-#endif /* SYSIO_INTERFACE_NAME */
+#endif /* !SYSIO_INTERFACE_NAME */
 
 /* for debugging */
 #if 0