diff options
author | 2012-11-29 00:31:57 +0000 | |
---|---|---|
committer | 2012-11-29 00:31:57 +0000 | |
commit | 4d383c98f3dc22df9d051268483d2e88e718fc95 (patch) | |
tree | 8d0cb32fe9179649f430d0c6c13886a4f6173bce | |
parent | merge conflicts (diff) | |
download | wireguard-openbsd-4d383c98f3dc22df9d051268483d2e88e718fc95.tar.xz wireguard-openbsd-4d383c98f3dc22df9d051268483d2e88e718fc95.zip |
Nuke unused 'extern' declaration.
-rw-r--r-- | sbin/dhclient/privsep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/dhclient/privsep.h b/sbin/dhclient/privsep.h index a72294bb910..682a79c85eb 100644 --- a/sbin/dhclient/privsep.h +++ b/sbin/dhclient/privsep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.h,v 1.7 2012/11/23 15:25:47 krw Exp $ */ +/* $OpenBSD: privsep.h,v 1.8 2012/11/29 00:31:57 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -22,8 +22,6 @@ #define MAXRESOLVCONFSIZE 2048 -extern struct imsgbuf *ibuf; - enum imsg_code { IMSG_NONE, IMSG_DELETE_ADDRESS, |