diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
tree | fc27ba7986197654e0590b963524833255709f22 /usr.sbin/wlconfig | |
parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
download | src-test2-97d92980a96a50750844f420cc225ddf918f0699.tar.gz src-test2-97d92980a96a50750844f420cc225ddf918f0699.zip |
Notes
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r-- | usr.sbin/wlconfig/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/wlconfig/wlconfig.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wlconfig/Makefile b/usr.sbin/wlconfig/Makefile index 8a50cc8c9310..0ebb7b4e174b 100644 --- a/usr.sbin/wlconfig/Makefile +++ b/usr.sbin/wlconfig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1997/05/22 08:58:18 msmith Exp $ +# $FreeBSD$ PROG= wlconfig SRCS= wlconfig.c CFLAGS+= -Wall diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index 989104873a52..f6d7882459ab 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: wlconfig.c,v 1.6 1997/10/27 12:23:08 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* |