Module Name: src
Committed By: christos
Date: Sat May 21 00:43:31 UTC 2011
Modified Files:
src/usr.bin/error: error.h
Log Message:
remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/error/error.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/error/error.h
diff -u src/usr.bin/error/error.h:1.16 src/usr.bin/error/error.h:1.17
--- src/usr.bin/error/error.h:1.16 Thu May 19 18:55:53 2011
+++ src/usr.bin/error/error.h Fri May 20 20:43:31 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: error.h,v 1.16 2011/05/19 22:55:53 christos Exp $ */
+/* $NetBSD: error.h,v 1.17 2011/05/21 00:43:31 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -108,7 +108,6 @@
extern FILE *errorfile; /* where error file comes from */
extern FILE *queryfile; /* where the query responses from the user come from*/
-extern char *processname;
extern char *scriptname;
extern const char *suffixlist;