diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:48:44 +0000 |
| commit | aee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch) | |
| tree | d2baf06176c4135542f5717a0fa9b45752f77e4f /usr.bin/patch/version.c | |
| parent | c8194f0876b272d70833a6b91ec566314a02050a (diff) | |
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'usr.bin/patch/version.c')
| -rw-r--r-- | usr.bin/patch/version.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr.bin/patch/version.c b/usr.bin/patch/version.c index 2a6503d33bb..a4d4f8746e8 100644 --- a/usr.bin/patch/version.c +++ b/usr.bin/patch/version.c @@ -1,13 +1,6 @@ -/* $Header: /cvsroot/src/usr.bin/patch/Attic/version.c,v 1.1 1993/04/09 11:34:12 cgd Exp $ - * - * $Log: version.c,v $ - * Revision 1.1 1993/04/09 11:34:12 cgd - * patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL. - * - * Revision 2.0 86/09/17 15:40:11 lwall - * Baseline for netwide release. - * - */ +#ifndef lint +static char rcsid[] = "$Id: version.c,v 1.2 1993/08/02 17:55:25 mycroft Exp $"; +#endif /* not lint */ #include "EXTERN.h" #include "common.h" |
