diff options
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" |
