From cab9e1c2f8c138c6b91b3a8149d20759b41436ed Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 23 Jun 1997 01:13:43 +0000 Subject: [PATCH] oops, forgot to commit this. prototype swapctl() in place of swapon(). --- include/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/unistd.h b/include/unistd.h index 497b8466a7f9..98db95e7563c 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.34 1997/05/09 19:38:32 christos Exp $ */ +/* $NetBSD: unistd.h,v 1.35 1997/06/23 01:13:43 mrg Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -163,7 +163,7 @@ int setreuid __P((uid_t, uid_t)); int setrgid __P((gid_t)); int setruid __P((uid_t)); void setusershell __P((void)); -int swapon __P((const char *)); +int swapctl __P((int, const void *, int)); int symlink __P((const char *, const char *)); void sync __P((void)); int syscall __P((int, ...));