diff options
-rw-r--r-- | net-mgmt/bpft/files/patch-ad | 10 | ||||
-rw-r--r-- | net/bpft/files/patch-ad | 10 |
2 files changed, 20 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> diff --git a/net/bpft/files/patch-ad b/net/bpft/files/patch-ad new file mode 100644 index 000000000000..938545f4f556 --- /dev/null +++ b/net/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> |