]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Enable forced shutdown code for xfs_io on Irix
authorDave Chinner <dgc@sgi.com>
Mon, 21 Nov 2005 14:45:10 +0000 (14:45 +0000)
committerDave Chinner <dgc@sgi.com>
Mon, 21 Nov 2005 14:45:10 +0000 (14:45 +0000)
Merge of master-melb:xfs-cmds:22558a by kenmcd.

  Merge of irix6.5m-melb:xfs-cmds:22558a by nathans.
  pv:934170 rv:tes
  enable forced shutdown code for xfs_io on Irix

io/io.h

diff --git a/io/io.h b/io/io.h
index 8ae431b3d657a0708e63bf3e70029d72f8c24233..9a4b03d9fc99f81a1e90f047c59bdfdb322df9f2 100644 (file)
--- a/io/io.h
+++ b/io/io.h
@@ -128,12 +128,6 @@ extern void                sendfile_init(void);
 #define sendfile_init()        do { } while (0)
 #endif
 
-#ifdef HAVE_SHUTDOWN
-extern void            shutdown_init(void);
-#else
-#define shutdown_init()        do { } while (0)
-#endif
-
 #ifdef HAVE_MADVISE
 extern void            madvise_init(void);
 #else