mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Make LINT compile again after wollman introduced poll() here.
Overlooked by: wollman
This commit is contained in:
parent
4027779c22
commit
16a4e2f328
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31788
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ufs_readwrite.c 8.11 (Berkeley) 5/8/95
|
||||
* $Id: ufs_readwrite.c,v 1.33 1997/10/16 20:32:39 phk Exp $
|
||||
* $Id: ufs_readwrite.c,v 1.34 1997/12/15 03:09:54 wollman Exp $
|
||||
*/
|
||||
|
||||
#ifdef LFS_READWRITE
|
||||
@ -55,8 +55,8 @@
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_pager.h>
|
||||
#include <vm/vnode_pager.h>
|
||||
#include <sys/poll.h>
|
||||
#endif
|
||||
#include <sys/poll.h>
|
||||
|
||||
/*
|
||||
* Vnode op for reading.
|
||||
|
Loading…
Reference in New Issue
Block a user