From 6511075480952fbb787d83a0e1bed70aa49287b4 Mon Sep 17 00:00:00 2001 From: zab Date: Sat, 8 Nov 2003 01:21:37 +0000 Subject: [PATCH] - the ancient fstat/fstat64 wart does not warrant a #warning --- lnet/utils/debug.c | 1 - lnet/utils/l_ioctl.c | 1 - lustre/portals/utils/debug.c | 1 - lustre/portals/utils/l_ioctl.c | 1 - 4 files changed, 4 deletions(-) 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 -- 1.8.3.1