diff options
Diffstat (limited to 'usr.bin/window/wwiomux.c')
-rw-r--r-- | usr.bin/window/wwiomux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index b6ea6b891bba..7803557c16b6 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" |