diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2000-09-17 00:37:38 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-09-17 00:37:38 +0000 |
| commit | 18a73213ecd2aaaabdb5f64bba424575ffdfcfb3 (patch) | |
| tree | c191dc4a116c2631ea41f1e029379997c0ad490a | |
| parent | 69f15de9b1cb181585dc2db498e0a6f733cb1710 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/wicontrol/wicontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index f5e7705ab6482..7ab23359b56ba 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -56,7 +56,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ Bill Paul. All rights reserved."; static const char rcsid[] = - "@(#) $FreeBSD$" + "@(#) $FreeBSD$"; #endif static void wi_getval __P((char *, struct wi_req *)); |
