summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2007-09-11 17:07:59 +0000
committerhenning <henning@openbsd.org>2007-09-11 17:07:59 +0000
commit0218c379f2dc9f934a5f4325d99cfa4ee54e02ba (patch)
tree044f451575437daa6ef7c93aa665d3bac7825041
parentuse strcspn to properly overwrite '\n' in fgets returned buffer (diff)
downloadwireguard-openbsd-0218c379f2dc9f934a5f4325d99cfa4ee54e02ba.tar.xz
wireguard-openbsd-0218c379f2dc9f934a5f4325d99cfa4ee54e02ba.zip
baudrate u_long -> u_int64_t
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index e68859c11ac..6d0160646bc 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.218 2007/05/28 17:26:33 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.219 2007/09/11 17:07:59 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -447,7 +447,7 @@ struct kroute_nexthop {
struct kif {
char ifname[IFNAMSIZ];
- u_long baudrate;
+ u_int64_t baudrate;
int flags;
u_short ifindex;
u_int8_t media_type;