diff options
Diffstat (limited to 'devel/fam/files/patch-fam-Interest.c++')
-rw-r--r-- | devel/fam/files/patch-fam-Interest.c++ | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/fam/files/patch-fam-Interest.c++ b/devel/fam/files/patch-fam-Interest.c++ new file mode 100644 index 000000000000..30e92b814c4c --- /dev/null +++ b/devel/fam/files/patch-fam-Interest.c++ @@ -0,0 +1,14 @@ +diff -ruN fam/Interest.c++ fam/Interest.c++ +--- fam/Interest.c++ Mon Apr 29 02:26:54 2002 ++++ fam/Interest.c++ Sat Jun 8 16:31:07 2002 +@@ -25,7 +25,9 @@ + #include <string.h> + #include <errno.h> + #include <sys/param.h> +-#include <sys/sysmacros.h> ++#if !defined(__FreeBSD__) ++# include <sys/sysmacros.h> ++#endif + + #ifdef HAVE_IRIX_XTAB_VERIFICATION + #include <stdio.h> |