back out previous. look in unistd.h.

This commit is contained in:
mrg 1997-06-23 01:15:03 +00:00
parent 712a7863e8
commit 781dfea84f
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_swap.h,v 1.3 1997/06/22 19:35:55 christos Exp $ */
/* $NetBSD: vm_swap.h,v 1.4 1997/06/23 01:15:03 mrg Exp $ */
/*
* Copyright (c) 1995, 1996 Matthew R. Green
@ -58,8 +58,6 @@ int sys_swapctl __P((struct proc *, void *, register_t *));
daddr_t swap_alloc __P((int size));
void swap_free __P((int size, daddr_t addr));
void swapinit __P((void));
#else
int swapctl __P((int, const void *, int));
#endif
#endif /* _VM_VM_SWAP_H_ */