diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-06-23 16:44:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-06-23 16:44:19 +0000 |
commit | b8ade4ca2a61b49600b827773bbf36efafae56ec (patch) | |
tree | e650309f10d0421b11fe863cdefad5d701686980 /net/openbgpd/files/patch-bgpctl_parser.h | |
parent | Fix plist. (diff) |
Update to 4.4.1. Take maintainership.
Notes
Notes:
svn path=/head/; revision=236531
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.h')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_parser.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_parser.h b/net/openbgpd/files/patch-bgpctl_parser.h new file mode 100644 index 000000000000..2bd14da4507e --- /dev/null +++ b/net/openbgpd/files/patch-bgpctl_parser.h @@ -0,0 +1,9 @@ +--- bgpctl/parser.h.orig 2009-01-16 23:03:29.000000000 +0900 ++++ bgpctl/parser.h 2009-06-22 14:54:34.000000000 +0900 +@@ -63,5 +63,5 @@ + sa_family_t af; + }; + +-__dead void usage(void); ++void usage(void); + struct parse_result *parse(int, char *[]); |