diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-06-02 15:17:13 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-06-02 15:17:13 +0000 |
commit | a2c29a16caf45cae0a2e803e8693deb3c5759e8a (patch) | |
tree | 8d7c87e0c41c3e0bccb93ad35de8bb0f7d09adce /net/nast/files/patch-Makefile.in | |
parent | Forced commit to document repo copy for better name convention (diff) |
Update nast: 0.1.7d -> 0.1.7e
- Set promisc mode as default in sniffer
- Fixed a serious memory lack bug in map_lan()
- now it compiles on sparc64
Removed patch files, as they are no longer needed.
PR: 52622
Submitted by: maintainer
Approved by: roberto(mentor)
Diffstat (limited to '')
-rw-r--r-- | net/nast/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/nast/files/patch-Makefile.in b/net/nast/files/patch-Makefile.in deleted file mode 100644 index 488fb07edd7c..000000000000 --- a/net/nast/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat May 10 02:15:34 2003 -+++ Makefile.in Sat May 10 02:15:43 2003 -@@ -7,7 +7,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --DEFS = -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN -+DEFS = -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H - INSTALL = @INSTALL@ - - prefix = @prefix@ |