[Glibc-bsd-commits] r2427 - trunk/glibc-ports/kfreebsd/sys

Aurelien Jarno aurel32 at alioth.debian.org
Thu Apr 9 21:32:30 UTC 2009


Author: aurel32
Date: 2009-04-09 21:32:29 +0000 (Thu, 09 Apr 2009)
New Revision: 2427

Modified:
   trunk/glibc-ports/kfreebsd/sys/swap.h
Log:
Also declare swapoff() in sys/swap.h


Modified: trunk/glibc-ports/kfreebsd/sys/swap.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/swap.h	2009-04-08 19:02:28 UTC (rev 2426)
+++ trunk/glibc-ports/kfreebsd/sys/swap.h	2009-04-09 21:32:29 UTC (rev 2427)
@@ -29,6 +29,9 @@
    This call is restricted to the super-user.  */
 extern int swapon (__const char *__path) __THROW;
 
+/* Stop using block special device PATH for swapping.  */
+extern int swapoff (__const char *__path) __THROW;
+
 __END_DECLS
 
 #endif /* sys/swap.h */




More information about the Glibc-bsd-commits mailing list