vadvise was not declared anywhere.

This commit is contained in:
christos 2005-10-07 19:33:19 +00:00
parent a61a2074a3
commit d63acabb28

View File

@ -1,4 +1,4 @@
/* $NetBSD: vadvise.h,v 1.8 2003/08/07 16:34:22 agc Exp $ */
/* $NetBSD: vadvise.h,v 1.9 2005/10/07 19:33:19 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@ -49,4 +49,10 @@
#define VA_SEQL 2
#define VA_FLUSH 3
#ifndef _KERNEL
__BEGIN_DECLS
int vadvise(int);
__END_DECLS
#endif
#endif /* !_SYS_VADVISE_H_ */