diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-26 10:07:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-26 10:07:20 +0000 |
commit | 9e1ade7750536b2a3c7d9697572918a3760a96a3 (patch) | |
tree | f3cb21d3e8877cbcbc70b483da355d5a53cef246 /usr.bin/window/wwputc.c | |
parent | e218b63212e0698ca73953f276748e8074412fad (diff) |
While I'm here and got caught by it, add FreeBSD IDs so the next guy
won't have trouble committing his bits.
Notes
Notes:
svn path=/head/; revision=67607
Diffstat (limited to 'usr.bin/window/wwputc.c')
-rw-r--r-- | usr.bin/window/wwputc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index af614b2b7445..9d94a5d40812 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -36,6 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93"; +static char rcsid[] = "@(#)$FreeBSD$"; #endif /* not lint */ #include "ww.h" |