diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-06-30 07:35:13 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-06-30 07:35:13 +0000 |
commit | 7f31ff4f937cb0e17224ee7d8e11dd7d2a690462 (patch) | |
tree | 669ea07e99a7f19513f560292a84a25a34c55626 /net/openbgpd/files/patch-bgpctl_irr_parser.c | |
parent | - FIx client-hook to be workable (diff) |
Simplify Makefile. No change of the resultant package.
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_irr_parser.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_irr_parser.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_irr_parser.c b/net/openbgpd/files/patch-bgpctl_irr_parser.c new file mode 100644 index 000000000000..a24d580b0c13 --- /dev/null +++ b/net/openbgpd/files/patch-bgpctl_irr_parser.c @@ -0,0 +1,16 @@ +Index: bgpctl/irr_parser.c +=================================================================== +RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/irr_parser.c,v +retrieving revision 1.1.1.1 +retrieving revision 1.2 +diff -u -p -r1.1.1.1 -r1.2 +--- bgpctl/irr_parser.c 30 Jun 2009 05:46:15 -0000 1.1.1.1 ++++ bgpctl/irr_parser.c 30 Jun 2009 06:40:06 -0000 1.2 +@@ -18,6 +18,7 @@ + + #include <sys/types.h> + #include <sys/param.h> ++ + #include <ctype.h> + #include <err.h> + #include <stdio.h> |