diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-29 16:07:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-29 16:07:32 +0000 |
commit | 9156bb41b2fa009954cd7d13c4978c1b07f8d59b (patch) | |
tree | 82198ecad40a97c72bd5651b005a85abd8d27390 /net-analyzer/ngrep | |
parent | Fixed CFLGAS, removed -march beacuse that messes up the build process (diff) | |
download | historical-9156bb41b2fa009954cd7d13c4978c1b07f8d59b.tar.gz historical-9156bb41b2fa009954cd7d13c4978c1b07f8d59b.tar.bz2 historical-9156bb41b2fa009954cd7d13c4978c1b07f8d59b.zip |
Missing patch
Diffstat (limited to 'net-analyzer/ngrep')
-rw-r--r-- | net-analyzer/ngrep/files/ngrep-1.38-r2-gentoo.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/ngrep/files/ngrep-1.38-r2-gentoo.diff b/net-analyzer/ngrep/files/ngrep-1.38-r2-gentoo.diff new file mode 100644 index 000000000000..0b1b8dde2b03 --- /dev/null +++ b/net-analyzer/ngrep/files/ngrep-1.38-r2-gentoo.diff @@ -0,0 +1,10 @@ +--- ngrep/ngrep.c~ Mon Jun 26 21:52:50 2000 ++++ ngrep/ngrep.c Sun Apr 29 15:05:01 2001 +@@ -30,6 +30,7 @@ + #include <getopt.h> + #include <arpa/inet.h> + #include <ctype.h> ++#include <time.h> + #endif + + |