diff options
Diffstat (limited to 'net/mrt/files/patch-af')
-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 */ + |