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);