From d2dfa44599d0d3db354343fd07a40d6b55711500 Mon Sep 17 00:00:00 2001 From: msmith Date: Fri, 23 May 1997 04:04:17 +0000 Subject: 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(-) (limited to 'usr.sbin/wlconfig') diff --git a/usr.sbin/wlconfig/Makefile b/usr.sbin/wlconfig/Makefile index 21fd7cc..8a50cc8 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 10771c9..b758d83 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); -- cgit v1.1