diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-09-11 17:08:00 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-09-11 17:08:00 +0000 |
commit | 6ea2137e2f239a790e62c837dc1f9d83a1161b7b (patch) | |
tree | fa267aaf8ba63c2749220a7b02a96c3d6e8a65ee /usr.sbin/bgpd/bgpd.h | |
parent | a8152da22f218d42cf3e2467c979fd1b1b487943 (diff) |
baudrate u_long -> u_int64_t
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
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; |