ports/devel/py-freebsd/files/patch-src::statfs.c
Hye-Shik Chang 6639bffe45 - Add missing two constants, MNT_NOWAIT and MNT_WAIT for statfs().
- Bump PORTREVISION.

Submitted by:	Rui Lopes <rui@ruilopes.com>
2004-12-19 17:18:57 +00:00

12 lines
251 B
C

--- src/statfs.c.orig Sat Dec 11 07:04:56 2004
+++ src/statfs.c Sat Dec 11 07:05:34 2004
@@ -30,6 +30,8 @@
CONST_INT (MNT_DEFEXPORTED)
CONST_INT (MNT_EXPORTANON)
CONST_INT (MNT_EXKERB)
+CONST_INT (MNT_WAIT)
+CONST_INT (MNT_NOWAIT)
/*