diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-07-19 11:58:59 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-07-19 11:58:59 +0000 |
commit | b5ed954f0faf008c86fd042e1cb34ea76fdbf500 (patch) | |
tree | 2ebf2f681e87e4bd2b8c3cae68fbd4bd6d22581a /net/openbgpd/files/patch-bgpctl_parser.c | |
parent | - Update to 3.70 (diff) |
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_parser.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_parser.c b/net/openbgpd/files/patch-bgpctl_parser.c deleted file mode 100644 index 1257dc8f4e13..000000000000 --- a/net/openbgpd/files/patch-bgpctl_parser.c +++ /dev/null @@ -1,12 +0,0 @@ ---- bgpctl/parser.c.orig Mon Mar 20 11:57:05 2006 -+++ bgpctl/parser.c Mon Mar 20 11:57:27 2006 -@@ -29,6 +29,9 @@ - - #include "parser.h" - -+/* Ok, this is awful. */ -+#include "strtonum.c" -+ - enum token_type { - NOTOKEN, - ENDTOKEN, |