use <sys/swap.h>. should have happened years ago.
This commit is contained in:
parent
16ca0f7009
commit
90bc324a8d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: swapctl.c,v 1.13 2000/03/13 22:59:22 soren Exp $ */
|
||||
/* $NetBSD: swapctl.c,v 1.14 2000/04/13 08:29:56 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996, 1997, 1999 Matthew R. Green
|
||||
|
@ -54,8 +54,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <vm/vm_swap.h>
|
||||
#include <sys/swap.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <err.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: swap.c,v 1.10 1999/12/20 23:11:50 jwise Exp $ */
|
||||
/* $NetBSD: swap.c,v 1.11 2000/04/13 08:29:56 mrg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 Matthew R. Green. All rights reserved.
|
||||
|
@ -39,7 +39,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95";
|
||||
#endif
|
||||
__RCSID("$NetBSD: swap.c,v 1.10 1999/12/20 23:11:50 jwise Exp $");
|
||||
__RCSID("$NetBSD: swap.c,v 1.11 2000/04/13 08:29:56 mrg Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -47,8 +47,7 @@ __RCSID("$NetBSD: swap.c,v 1.10 1999/12/20 23:11:50 jwise Exp $");
|
|||
#include <sys/conf.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <vm/vm_swap.h>
|
||||
#include <sys/swap.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue