diff options
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_util.h')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_util.h | 11 |
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); ++ |