use <sys/swap.h>. should have happened years ago.

This commit is contained in:
mrg 2000-04-13 08:29:56 +00:00
parent 16ca0f7009
commit 90bc324a8d
2 changed files with 5 additions and 7 deletions

View File

@ -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>

View File

@ -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>