diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-15 14:58:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-15 14:58:59 +0000 |
commit | 1ef59acb8dbc37717c22f918f100e8f1da179ce1 (patch) | |
tree | e0aea8619cfd5e1344740f3f5f0a4ebe10784e1f /sysutils/logmon/files/patch-LineManip.cc | |
parent | Add p5-Net-CIDR-Set 0.11, manipulate sets of IP addresses. (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333873
Diffstat (limited to 'sysutils/logmon/files/patch-LineManip.cc')
-rw-r--r-- | sysutils/logmon/files/patch-LineManip.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/logmon/files/patch-LineManip.cc b/sysutils/logmon/files/patch-LineManip.cc new file mode 100644 index 000000000000..c2d3213c731d --- /dev/null +++ b/sysutils/logmon/files/patch-LineManip.cc @@ -0,0 +1,10 @@ +--- LineManip.cc.orig 2013-11-15 21:52:28.000000000 +0800 ++++ LineManip.cc 2013-11-15 21:52:51.000000000 +0800 +@@ -2,6 +2,7 @@ + // $Id: LineManip.cc 72 2005-07-12 00:46:02Z amackenz $ + // + ++#include <stdlib.h> + #include <unistd.h> + #include <ncurses.h> + #include <ctype.h> |