diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-26 10:00:52 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-26 10:00:52 +0000 |
| commit | e218b63212e0698ca73953f276748e8074412fad (patch) | |
| tree | 625298f1a9d258f3648b84c8f189025b46af5c42 /usr.bin/window/cmd7.c | |
| parent | cc66bbda3cc8983c8b826e68207af4418ada3993 (diff) | |
Notes
Diffstat (limited to 'usr.bin/window/cmd7.c')
| -rw-r--r-- | usr.bin/window/cmd7.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index c6324ff6dacb..25c3ff03b510 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -36,11 +36,12 @@ #ifndef lint static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; +static char rcsid[] = "@(#)$FreeBSD$"; #endif /* not lint */ #include <stdlib.h> #include "defs.h" -#include "string.h" +#include "mystring.h" /* * Window size. |
