diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1998-08-25 20:08:06 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1998-08-25 20:08:06 +0000 |
commit | 415cfc8efd11fa34633ad8a6f147bb0fe61697a6 (patch) | |
tree | fa012f9fa6b1b49b6e3dd1268c650b22bd2600c5 /net | |
parent | 16c00b98a5eae99490972bd051e34d76ff16f0df (diff) | |
download | ports-415cfc8efd11fa34633ad8a6f147bb0fe61697a6.tar.gz ports-415cfc8efd11fa34633ad8a6f147bb0fe61697a6.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-devel/files/patch-ag | 14 | ||||
-rw-r--r-- | net/netatalk/files/patch-ag | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net/netatalk-devel/files/patch-ag b/net/netatalk-devel/files/patch-ag new file mode 100644 index 000000000000..4ce2b52d6ee1 --- /dev/null +++ b/net/netatalk-devel/files/patch-ag @@ -0,0 +1,14 @@ +--- libatalk/asp/asp_getsess.c.orig Tue Aug 25 21:50:54 1998 ++++ libatalk/asp/asp_getsess.c Tue Aug 25 21:51:05 1998 +@@ -3,10 +3,10 @@ + * All Rights Reserved. See COPYRIGHT. + */ + ++#include <sys/types.h> + #include <sys/errno.h> + #include <sys/signal.h> + #include <sys/time.h> +-#include <sys/types.h> + #include <sys/uio.h> + #include <sys/wait.h> + #include <sys/syslog.h> diff --git a/net/netatalk/files/patch-ag b/net/netatalk/files/patch-ag new file mode 100644 index 000000000000..4ce2b52d6ee1 --- /dev/null +++ b/net/netatalk/files/patch-ag @@ -0,0 +1,14 @@ +--- libatalk/asp/asp_getsess.c.orig Tue Aug 25 21:50:54 1998 ++++ libatalk/asp/asp_getsess.c Tue Aug 25 21:51:05 1998 +@@ -3,10 +3,10 @@ + * All Rights Reserved. See COPYRIGHT. + */ + ++#include <sys/types.h> + #include <sys/errno.h> + #include <sys/signal.h> + #include <sys/time.h> +-#include <sys/types.h> + #include <sys/uio.h> + #include <sys/wait.h> + #include <sys/syslog.h> |