diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-30 19:33:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-30 19:33:37 +0000 |
commit | 5b3c5b8758ece292f036ac843a05e89f92ea6958 (patch) | |
tree | 5ee17a14d486f9ddf444db23cb478ebc9a0e3cf7 /net/mrt | |
parent | 6b27cd286a2da4bafb7b78bb6b7dfa22a30fab73 (diff) | |
download | ports-5b3c5b8758ece292f036ac843a05e89f92ea6958.tar.gz ports-5b3c5b8758ece292f036ac843a05e89f92ea6958.zip |
Notes
Diffstat (limited to 'net/mrt')
-rw-r--r-- | net/mrt/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/mrt/files/patch-af b/net/mrt/files/patch-af new file mode 100644 index 000000000000..5998da5ba597 --- /dev/null +++ b/net/mrt/files/patch-af @@ -0,0 +1,10 @@ +--- ./lib/rip/ripng.c.orig Thu Jan 30 11:27:54 2003 ++++ ./lib/rip/ripng.c Thu Jan 30 11:28:06 2003 +@@ -17,6 +17,7 @@ + #ifdef NT + #else + #include <sys/fcntl.h> ++#include <sys/types.h> + #include <sys/uio.h> + #endif /* NT */ + |