diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-25 11:09:27 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-25 11:09:27 +0000 |
commit | a18d1d540bd6850a50a22bde712062d39f6fd7f8 (patch) | |
tree | ffcade140779875170889e309a8d5d8b92c8a04a /net/openbgpd/files/patch-bgpctl_parser.c | |
parent | Fix build. (diff) |
Update openbgpd to 3.9.
Reminded by: osa
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_parser.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_parser.c b/net/openbgpd/files/patch-bgpctl_parser.c new file mode 100644 index 000000000000..1257dc8f4e13 --- /dev/null +++ b/net/openbgpd/files/patch-bgpctl_parser.c @@ -0,0 +1,12 @@ +--- 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, |