From 42ef999e3fd63ccbcd0b1f8eb13c43e6ae3f5407 Mon Sep 17 00:00:00 2001 From: will Date: Tue, 19 Dec 2000 10:29:26 +0000 Subject: Add netmask 2.3.3, a tool for generating terse netmasks in several common formats. PR: 23005 Submitted by: Mike Bristow --- net-mgmt/netmask/files/patch-aa | 21 +++++++++++++++++++++ net-mgmt/netmask/files/patch-ab | 14 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 net-mgmt/netmask/files/patch-aa create mode 100644 net-mgmt/netmask/files/patch-ab (limited to 'net-mgmt/netmask/files') 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 ++#include ++#include + #include + #include + #include +-#include + #include + #include + #include +-#include +-#include + #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 + -- cgit