aboutsummaryrefslogtreecommitdiffstats
path: root/net/mopd/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-07-07 16:29:00 +0800
committerobrien <obrien@FreeBSD.org>2004-07-07 16:29:00 +0800
commit25838a5a690af5ae45d281b3944b2585ab72df59 (patch)
tree35ad2a12d2a0086a754771bc2a1e8df42a5ca02d /net/mopd/files
parent9d1d0e1465c0327d283cb5922210ce63c9c8b9a1 (diff)
downloadfreebsd-ports-gnome-25838a5a690af5ae45d281b3944b2585ab72df59.tar.gz
freebsd-ports-gnome-25838a5a690af5ae45d281b3944b2585ab72df59.tar.zst
freebsd-ports-gnome-25838a5a690af5ae45d281b3944b2585ab72df59.zip
Catch up with changes to sys/imgact_aout.h (it requires sys/endian.h).
Diffstat (limited to 'net/mopd/files')
-rw-r--r--net/mopd/files/patch-file.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mopd/files/patch-file.c b/net/mopd/files/patch-file.c
new file mode 100644
index 000000000000..384a5bdd8ce7
--- /dev/null
+++ b/net/mopd/files/patch-file.c
@@ -0,0 +1,8 @@
+--- common/file.c.orig Fri Aug 16 15:39:41 1996
++++ common/file.c Wed Jul 7 01:27:32 2004
+@@ -45,4 +45,5 @@
+ #if defined(__FreeBSD__)
+ #include <sys/imgact_aout.h>
++#include <sys/endian.h>
+ #endif
+ #if !defined(MID_VAX)