freebsd-ports/sysutils/tct/files/patch-src_fstools_fs__tools.h
Kirill Ponomarev f5c6cf19ce Unbreak on 6.x and 7.x
Approved by:	portmgr (implicit)
2005-08-05 13:15:39 +00:00

14 lines
289 B
C

$FreeBSD$
--- src/fstools/fs_tools.h.orig
+++ src/fstools/fs_tools.h
@@ -115,7 +115,7 @@
#define INO_TO_CG ino_to_cg
#endif
-#if defined(FREEBSD5)
+#if defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7)
#define SUPPORTED
#include <sys/vnode.h>
#include <ufs/ufs/quota.h>