diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 01:20:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 01:20:09 +0000 |
commit | ca130e3e39422be8207b0f5c424c7e16421491fe (patch) | |
tree | 039e6fde1eb0b41eeb3a3edcd52ab3f426029e94 /net-mgmt | |
parent | 39991ec6ecd96d8e2a9e7b37cc3e613428fdf3ca (diff) | |
download | ports-ca130e3e39422be8207b0f5c424c7e16421491fe.tar.gz ports-ca130e3e39422be8207b0f5c424c7e16421491fe.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bpft/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/bpft/files/patch-ad b/net-mgmt/bpft/files/patch-ad new file mode 100644 index 000000000000..938545f4f556 --- /dev/null +++ b/net-mgmt/bpft/files/patch-ad @@ -0,0 +1,10 @@ +--- trafshow/show.c.orig Sun Sep 19 18:27:49 1999 ++++ trafshow/show.c Sun Sep 19 18:28:03 1999 +@@ -15,6 +15,7 @@ + + static char copyright[] = "* Copyright (c) 1993-1996 CAD lab, Institute of Telecommunication, Novosibirsk *"; + ++#include <sys/types.h> + #include <curses.h> + #include <stdlib.h> + #include <string.h> |