diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-03 07:44:25 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-03 07:44:25 +0000 |
| commit | e21108a20510b85e6b5433d5bdeeea2fd7526b52 (patch) | |
| tree | a9a11589888193cd9db1228e8cab838637ff2fc9 /usr.bin/error/pi.c | |
| parent | 00be5a552a61f703e7016e6c5711dd50621be244 (diff) | |
Notes
Diffstat (limited to 'usr.bin/error/pi.c')
| -rw-r--r-- | usr.bin/error/pi.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/error/pi.c b/usr.bin/error/pi.c index 4fd70f9dd850..5984bcabe4c8 100644 --- a/usr.bin/error/pi.c +++ b/usr.bin/error/pi.c @@ -32,11 +32,15 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pi.c 8.1 (Berkeley) 6/6/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ -#include <stdio.h> #include <ctype.h> +#include <stdio.h> #include <string.h> #include "error.h" |
