diff options
author | arved <arved@FreeBSD.org> | 2002-12-11 00:48:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-12-11 00:48:46 +0800 |
commit | b143583fb3d3765427170ca4a9749da6b99a793e (patch) | |
tree | 683d47ab3d4630af2b4e2b15e6d1974a93098727 /japanese | |
parent | 3dbca64b05fc34769befc76f0153b2844a567408 (diff) | |
download | freebsd-ports-gnome-b143583fb3d3765427170ca4a9749da6b99a793e.tar.gz freebsd-ports-gnome-b143583fb3d3765427170ca4a9749da6b99a793e.tar.zst freebsd-ports-gnome-b143583fb3d3765427170ca4a9749da6b99a793e.zip |
FreeBSD 5 isn't SYSV although it has statvfs
PR: 46161
submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/samba/files/patch-includes.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/samba/files/patch-includes.h b/japanese/samba/files/patch-includes.h new file mode 100644 index 000000000000..9b976dd07106 --- /dev/null +++ b/japanese/samba/files/patch-includes.h @@ -0,0 +1,13 @@ +--- include/includes.h.orig Tue Dec 10 19:50:18 2002 ++++ include/includes.h Tue Dec 10 19:52:33 2002 +@@ -808,8 +808,10 @@ + #endif + + /* this guess needs to be improved (tridge) */ ++#ifndef __FreeBSD__ + #if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV) + #define SYSV 1 ++#endif + #endif + + #ifndef DEFAULT_PRINTING |