[OpenAFS-devel] FreeBSD 4.8-stable compile failure
Jim Rees
rees@umich.edu
Wed, 18 Jun 2003 18:26:47 -0400
Please try and comment on this patch.
Index: afs_prototypes.h
===================================================================
RCS file: /cvs/openafs/src/afs/afs_prototypes.h,v
retrieving revision 1.36
diff -u -r1.36 afs_prototypes.h
--- afs_prototypes.h 14 May 2003 15:14:54 -0000 1.36
+++ afs_prototypes.h 18 Jun 2003 22:25:25 -0000
@@ -864,7 +864,9 @@
/* other VNOPS (please fix these) */
extern int afs_open();
extern int afs_close();
+#if !defined(AFS_FBSD_ENV) || defined(AFS_FBSD50_ENV)
extern int vnode_pager_freepage();
+#endif
extern int HandleIoctl();
extern int afs_fsync();
extern int afs_remove();