Whamcloud - gitweb
- the ancient fstat/fstat64 wart does not warrant a #warning
authorzab <zab>
Sat, 8 Nov 2003 01:21:37 +0000 (01:21 +0000)
committerzab <zab>
Sat, 8 Nov 2003 01:21:37 +0000 (01:21 +0000)
lnet/utils/debug.c
lnet/utils/l_ioctl.c
lustre/portals/utils/debug.c
lustre/portals/utils/l_ioctl.c

index c2308bd..753c652 100644 (file)
@@ -412,7 +412,6 @@ int jt_dbg_debug_file(int argc, char **argv)
                         strerror(errno));
                 return -1;
         }
-#warning FIXME: cleanup fstat issue here
 #ifndef SYS_fstat64
 #define __SYS_fstat__ SYS_fstat
 #else
index 722bb57..c6628ff 100644 (file)
@@ -213,7 +213,6 @@ parse_dump(char * dump_file, int (*ioc_func)(int dev_id, int opc, void *))
        
        fd = syscall(SYS_open, dump_file, O_RDONLY);
 
-#warning FIXME: cleanup fstat issue here
 #ifndef SYS_fstat64
 #define __SYS_fstat__ SYS_fstat
 #else
index c2308bd..753c652 100644 (file)
@@ -412,7 +412,6 @@ int jt_dbg_debug_file(int argc, char **argv)
                         strerror(errno));
                 return -1;
         }
-#warning FIXME: cleanup fstat issue here
 #ifndef SYS_fstat64
 #define __SYS_fstat__ SYS_fstat
 #else
index 722bb57..c6628ff 100644 (file)
@@ -213,7 +213,6 @@ parse_dump(char * dump_file, int (*ioc_func)(int dev_id, int opc, void *))
        
        fd = syscall(SYS_open, dump_file, O_RDONLY);
 
-#warning FIXME: cleanup fstat issue here
 #ifndef SYS_fstat64
 #define __SYS_fstat__ SYS_fstat
 #else