From: zab Date: Sat, 8 Nov 2003 01:21:37 +0000 (+0000) Subject: - the ancient fstat/fstat64 wart does not warrant a #warning X-Git-Tag: v1_7_0_51~2^7~285 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6511075480952fbb787d83a0e1bed70aa49287b4;p=fs%2Flustre-release.git - the ancient fstat/fstat64 wart does not warrant a #warning --- diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index c2308bd..753c652 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -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 diff --git a/lnet/utils/l_ioctl.c b/lnet/utils/l_ioctl.c index 722bb57..c6628ff 100644 --- a/lnet/utils/l_ioctl.c +++ b/lnet/utils/l_ioctl.c @@ -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 diff --git a/lustre/portals/utils/debug.c b/lustre/portals/utils/debug.c index c2308bd..753c652 100644 --- a/lustre/portals/utils/debug.c +++ b/lustre/portals/utils/debug.c @@ -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 diff --git a/lustre/portals/utils/l_ioctl.c b/lustre/portals/utils/l_ioctl.c index 722bb57..c6628ff 100644 --- a/lustre/portals/utils/l_ioctl.c +++ b/lustre/portals/utils/l_ioctl.c @@ -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