diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-06-04 00:15:43 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-06-04 00:15:43 +0000 |
commit | 4af685bc8f856603f51401eeddc6ecc409e9fc03 (patch) | |
tree | 16f5fdd366f017795ed6d89b467597f2e96032e1 /sys/uvm | |
parent | cbd1a95be450818b3e355a4db480d7bfb6e51176 (diff) |
remove sys_swapon, it's in already in compat. (how did this ever link?)
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_swap.c | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c index 6f441552ba3..225286a9977 100644 --- a/sys/uvm/uvm_swap.c +++ b/sys/uvm/uvm_swap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_swap.c,v 1.3 1999/06/02 13:23:22 mickey Exp $ */ +/* $OpenBSD: uvm_swap.c,v 1.4 1999/06/04 00:15:42 art Exp $ */ /* $NetBSD: uvm_swap.c,v 1.23 1998/12/26 06:25:59 marc Exp $ */ /* @@ -498,19 +498,6 @@ swapdrum_getsdp(pgno) return NULL; } - -/*XXX - *XXX - *XXX*/ -int -sys_swapon(p, v, retval) - struct proc *p; - void *v; - register_t *retval; -{ - return EINVAL; -} - /* * sys_swapctl: main entry point for swapctl(2) system call * [with two helper functions: swap_on and swap_off] @@ -1964,3 +1951,4 @@ uvm_swap_aiodone(aio) * done! */ } + |