From owner-cvs-all Thu Oct 26 3: 1: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B2B437B479; Thu, 26 Oct 2000 03:00:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA90445; Thu, 26 Oct 2000 03:00:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200010261000.DAA90445@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 26 Oct 2000 03:00:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window Makefile cmd3.c cmd6.c cmd7.c context.c lcmd1.c lcmd2.c main.c parser.h string.c string.h var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/10/26 03:00:54 PDT Modified files: usr.bin/window Makefile cmd3.c cmd6.c cmd7.c context.c lcmd1.c lcmd2.c main.c parser.h string.c string.h var.c Log: 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' Revision Changes Path 1.4 +10 -0 src/usr.bin/window/Makefile 1.2 +2 -1 src/usr.bin/window/cmd3.c 1.2 +3 -2 src/usr.bin/window/cmd6.c 1.3 +2 -1 src/usr.bin/window/cmd7.c 1.2 +2 -1 src/usr.bin/window/context.c 1.3 +2 -1 src/usr.bin/window/lcmd1.c 1.3 +2 -1 src/usr.bin/window/lcmd2.c 1.6 +2 -1 src/usr.bin/window/main.c 1.2 +2 -1 src/usr.bin/window/parser.h 1.3 +5 -4 src/usr.bin/window/string.c 1.2 +6 -5 src/usr.bin/window/string.h 1.3 +2 -1 src/usr.bin/window/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message