summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/cmd7.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-26 10:00:52 +0000
committerobrien <obrien@FreeBSD.org>2000-10-26 10:00:52 +0000
commit82cfc38d6c3b6c3fc2f69fa905662dd200648130 (patch)
tree29effa9d6714a6b6f94ac4eaed75086c57aa3634 /usr.bin/window/cmd7.c
parentec817875345826d65474ba3a3d504110e8c6fbc0 (diff)
downloadFreeBSD-src-82cfc38d6c3b6c3fc2f69fa905662dd200648130.zip
FreeBSD-src-82cfc38d6c3b6c3fc2f69fa905662dd200648130.tar.gz
Having a local `string.h' is just asking for trouble. As is having a
`struct string'. Rename the struct and effectively rename the header to `mystring.h'
Diffstat (limited to 'usr.bin/window/cmd7.c')
-rw-r--r--usr.bin/window/cmd7.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c
index c6324ff..25c3ff0 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.
OpenPOWER on IntegriCloud