diff options
author | 2004-05-04 21:22:39 +0000 | |
---|---|---|
committer | 2004-05-04 21:22:39 +0000 | |
commit | 7d6b2076b5ffc60901d5e6d1ef2ee696fe55492a (patch) | |
tree | 391aec6206df5c55033b78e985af03b52866cf50 | |
parent | Add enactment of the Reinheitsgebot. (diff) | |
download | wireguard-openbsd-7d6b2076b5ffc60901d5e6d1ef2ee696fe55492a.tar.xz wireguard-openbsd-7d6b2076b5ffc60901d5e6d1ef2ee696fe55492a.zip |
remove unused var; henning ok
-rw-r--r-- | usr.sbin/bgpd/config.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c index bae228733f2..87be1d23878 100644 --- a/usr.sbin/bgpd/config.c +++ b/usr.sbin/bgpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.35 2004/04/27 04:37:53 deraadt Exp $ */ +/* $OpenBSD: config.c,v 1.36 2004/05/04 21:22:39 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -31,8 +31,6 @@ #include "bgpd.h" #include "session.h" -void *sconf; - u_int32_t get_bgpid(void); int host_v4(const char *, struct bgpd_addr *, u_int8_t *); int host_v6(const char *, struct bgpd_addr *); |