diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:12:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:12:27 +0000 |
commit | 6eaf8d58fd7ce14e05b97fafff4618d004b964fb (patch) | |
tree | c118abde0dbe67e1d99f45fcd6fa971604dc309f /mbone | |
parent | c5fad94b8b5dd7a9347a5220681b817a8a6a27e0 (diff) | |
download | ports-6eaf8d58fd7ce14e05b97fafff4618d004b964fb.tar.gz ports-6eaf8d58fd7ce14e05b97fafff4618d004b964fb.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mbone/rat/files/patch-ac b/mbone/rat/files/patch-ac new file mode 100644 index 000000000000..32e545a50c89 --- /dev/null +++ b/mbone/rat/files/patch-ac @@ -0,0 +1,10 @@ +--- rat/config_unix.h.orig Sat Nov 27 18:27:56 1999 ++++ rat/config_unix.h Sat Nov 27 18:33:33 1999 +@@ -17,6 +17,7 @@ + + #include <limits.h> + #include <sys/types.h> ++#include <sys/signal.h> + #include <sys/time.h> + #include <sys/resource.h> + |