break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / usr.bin / error / pi.c
index 57d4522..483fa40 100644 (file)
@@ -1,21 +1,17 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that this notice is preserved and that due credit is given
- * to the University of California at Berkeley. The name of the University
- * may not be used to endorse or promote products derived from this
- * software without specific prior written permission. This software
- * is provided ``as is'' without express or implied warranty.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pi.c       5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)pi.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #include <ctype.h>
 #endif /* not lint */
 
 #include <stdio.h>
 #include <ctype.h>
+#include <string.h>
 #include "error.h"
 
 extern char    *currentfilename;
 #include "error.h"
 
 extern char    *currentfilename;