summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpctl_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.h')
-rw-r--r--net/openbgpd/files/patch-bgpctl_parser.h9
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 *[]);