summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/main.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/main.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/main.c')
-rw-r--r--usr.bin/window/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c
index fb80ba3..6d8a2d5 100644
--- a/usr.bin/window/main.c
+++ b/usr.bin/window/main.c
@@ -42,6 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
@@ -49,7 +50,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
#include <locale.h>
#include <stdio.h>
#include <string.h> /* System string definitions. */
-#include "string.h" /* Local string definitions. */
+#include "mystring.h" /* Local string definitions. */
#include "char.h"
#include "local.h"
OpenPOWER on IntegriCloud