<blush> I tested the real code changes, but neglected to test the

insertion of $FreeBSD$.  I miffed it (pointy hat please).  Hopefully
no one will notice this short window where -current didn't compile.
This commit is contained in:
Warner Losh 2000-05-22 06:01:31 +00:00
parent 4d1c36051e
commit 04f058dbd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60773
2 changed files with 5 additions and 5 deletions

View File

@ -34,13 +34,13 @@
* SUCH DAMAGE.
*/
#if !defined(lint)
#if !defined(lint) && !defined(SCCSID)
#if 0
static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94";
#endif
static const char rcsid[] =
"$FreeBSD$"
#endif /* not lint */
"$FreeBSD$";
#endif /* not lint && not SCCSID */
/*
* el.c: EditLine interface functions

View File

@ -34,13 +34,13 @@
* SUCH DAMAGE.
*/
#if !defined(lint)
#if !defined(lint) && !defined(SCCSID)
#if 0
static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#endif /* not lint && not SCCSID */
/*
* read.c: Clean this junk up! This is horrible code.
* Terminal read functions