diff options
| author | mrg <mrg@NetBSD.org> | 1999-03-18 04:48:03 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1999-03-18 04:48:03 +0000 |
| commit | 32783bf7e7669ee50e2f8e2ebb7798c1a08474ed (patch) | |
| tree | d0b91e1c86bcd26a29ba14161e0a34af5fe9d80a /lib/libc/sys | |
| parent | 039246b8d57222889f328fed1d333e0ffd45e4a8 (diff) | |
-> <sys/swap.h>
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/swapon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/swapon.c b/lib/libc/sys/swapon.c index ef441af4cc9..e2f20537b7c 100644 --- a/lib/libc/sys/swapon.c +++ b/lib/libc/sys/swapon.c @@ -1,4 +1,4 @@ -/* $NetBSD: swapon.c,v 1.6 1997/11/05 21:40:21 cgd Exp $ */ +/* $NetBSD: swapon.c,v 1.7 1999/03/18 04:48:03 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -29,7 +29,7 @@ */ #include <sys/types.h> -#include <vm/vm_swap.h> +#include <sys/swap.h> #include <unistd.h> int |
