diff options
author | will <will@FreeBSD.org> | 2000-12-19 18:29:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 18:29:26 +0800 |
commit | 42ef999e3fd63ccbcd0b1f8eb13c43e6ae3f5407 (patch) | |
tree | 3a1ce54584077ab3550095da021911a640158225 /net-mgmt/netmask/files | |
parent | 6ad46c5e4e3085ce54e63538bf29e9d09940cff4 (diff) | |
download | freebsd-ports-gnome-42ef999e3fd63ccbcd0b1f8eb13c43e6ae3f5407.tar.gz freebsd-ports-gnome-42ef999e3fd63ccbcd0b1f8eb13c43e6ae3f5407.tar.zst freebsd-ports-gnome-42ef999e3fd63ccbcd0b1f8eb13c43e6ae3f5407.zip |
Add netmask 2.3.3, a tool for generating terse netmasks in several common
formats.
PR: 23005
Submitted by: Mike Bristow <mike@urgle.com>
Diffstat (limited to 'net-mgmt/netmask/files')
-rw-r--r-- | net-mgmt/netmask/files/patch-aa | 21 | ||||
-rw-r--r-- | net-mgmt/netmask/files/patch-ab | 14 |
2 files changed, 35 insertions, 0 deletions
diff --git a/net-mgmt/netmask/files/patch-aa b/net-mgmt/netmask/files/patch-aa new file mode 100644 index 000000000000..f6142c16da70 --- /dev/null +++ b/net-mgmt/netmask/files/patch-aa @@ -0,0 +1,21 @@ +--- netmask.c.orig Mon Nov 20 00:22:41 2000 ++++ netmask.c Mon Nov 20 00:22:58 2000 +@@ -17,15 +17,15 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <getopt.h> + #include <netdb.h> +-#include <netinet/in.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <sys/socket.h> +-#include <sys/types.h> + #include "errors.h" + + struct addrmask { diff --git a/net-mgmt/netmask/files/patch-ab b/net-mgmt/netmask/files/patch-ab new file mode 100644 index 000000000000..df6d8e0d8b12 --- /dev/null +++ b/net-mgmt/netmask/files/patch-ab @@ -0,0 +1,14 @@ +--- netmask.texi.orig Mon Nov 20 00:39:20 2000 ++++ netmask.texi Mon Nov 20 00:39:33 2000 +@@ -3,6 +3,11 @@ + @setfilename netmask.info + @settitle Generating Optimized Network Masks + @finalout ++@dircategory Miscellaneous ++@direntry ++* netmask: (netmask). Tool for generating terse netmasks. ++@end direntry ++ + @setchapternewpage odd + @c %**end of header + |