diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
| commit | 8af1452cf8dd1b33da881f84e445d5981eaa9613 (patch) | |
| tree | cb772fa69b05d0a14bcc6022fa62709c2343eb17 /usr.bin/ee | |
| parent | a75b8f47d17745e61ef010a3faeb1624e346a0d4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ee')
| -rw-r--r-- | usr.bin/ee/new_curse.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index cb55c18138ce..c99186c28b5f 100644 --- a/usr.bin/ee/new_curse.c +++ b/usr.bin/ee/new_curse.c @@ -37,14 +37,17 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon | All are rights reserved. | - | $FreeBSD$ + | $Header: /home/hugh/sources/old_ae/RCS/new_curse.c,v 1.49 1998/12/21 02:25:59 hugh Exp hugh $ | */ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon", "All rights are reserved."}; -char * new_curse_name= "@(#) new_curse.c $FreeBSD$"; +#ifndef lint +statis const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ #include "new_curse.h" #include <signal.h> |
