]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add additional usptream patch from 1.4.9
authorRuss Allbery <rra@debian.org>
Sat, 4 Apr 2009 19:26:30 +0000 (12:26 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 4 Apr 2009 19:26:30 +0000 (12:26 -0700)
src/afs/LINUX/osi_vnodeops.c

index 4e10eec2b11145f4c5d9a32abf790a559f7f72f8..7a0af650ede6444fe1fefbb4bffc35c757a47947 100644 (file)
@@ -45,6 +45,10 @@ RCSID
 #define pageoff(pp) pp->offset
 #endif
 
+#ifndef MAX_ERRNO
+#define MAX_ERRNO 1000L
+#endif
+
 #if defined(AFS_LINUX26_ENV)
 #define UnlockPage(pp) unlock_page(pp)
 #endif