summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpctl_util.h
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-07-19 11:58:59 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-07-19 11:58:59 +0000
commitb5ed954f0faf008c86fd042e1cb34ea76fdbf500 (patch)
tree2ebf2f681e87e4bd2b8c3cae68fbd4bd6d22581a /net/openbgpd/files/patch-bgpctl_util.h
parent- Update to 3.70 (diff)
- Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
Notes
Notes: svn path=/head/; revision=195889
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_util.h')
-rw-r--r--net/openbgpd/files/patch-bgpctl_util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_util.h b/net/openbgpd/files/patch-bgpctl_util.h
new file mode 100644
index 000000000000..a2d4cd97ba20
--- /dev/null
+++ b/net/openbgpd/files/patch-bgpctl_util.h
@@ -0,0 +1,11 @@
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ bgpctl/util.h 8 Feb 2007 10:32:19 -0000
+@@ -0,0 +1,8 @@
++/*
++ * Written by Claudio Jeker, Public Domain
++ */
++
++#define FMT_SCALED_STRSIZE 7
++
++int fmt_scaled(long long number, char *result);
++