From b43fb3e9200092f2885e909dc7ee85cb0871cfef Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 15 Dec 2002 19:17:57 +0000 Subject: This is David Schultz's swapoff code which I am finally able to commit. This should be considered highly experimental for the moment. Submitted by: David Schultz MFC after: 3 weeks --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index 160dada..68e456f 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -522,6 +522,7 @@ int setruid(uid_t); void setusershell(void); int strtofflags(char **, u_long *, u_long *); int swapon(const char *); +int swapoff(const char *); int syscall(int, ...); off_t __syscall(quad_t, ...); int ttyslot(void); -- cgit v1.1