From 8445169b4c52f4f48d0c8d4a09b99d271b225912 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 23 May 1997 04:04:17 +0000 Subject: [PATCH] Make it build under 3.x Submitted by: fsmp --- usr.sbin/wlconfig/Makefile | 4 ++-- usr.sbin/wlconfig/wlconfig.c | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/usr.sbin/wlconfig/Makefile b/usr.sbin/wlconfig/Makefile index 21fd7cc4165..8a50cc8c931 100644 --- a/usr.sbin/wlconfig/Makefile +++ b/usr.sbin/wlconfig/Makefile @@ -1,7 +1,7 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/22 08:58:18 msmith Exp $ PROG= wlconfig SRCS= wlconfig.c -CFLAGS+= Wall +CFLAGS+= -Wall MAN8= wlconfig.8 .include diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index 10771c95703..b758d83b0a3 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: wlconfig.c,v 1.1.1.1 1997/05/22 08:58:18 msmith Exp $ * */ /* @@ -60,9 +60,11 @@ #include #include #include +#include #include #include +#include #include #include extern struct ether_addr *ether_aton(char *a);