diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-22 05:09:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-22 05:09:16 +0000 |
commit | 2c93b3d9e810a67194c5803e1dcf940075ea95e3 (patch) | |
tree | bbbae35ee419d3c7feb02f3cb2a880614952b79e /bin/csh/proc.c | |
parent | 0fff8a1b239fdc175fe62051ee62c9ce2fcd7bb6 (diff) |
err.[ch] -> error.[ch] and fix err/warn usage.
Diffstat (limited to 'bin/csh/proc.c')
-rw-r--r-- | bin/csh/proc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/csh/proc.c b/bin/csh/proc.c index 1e1f52838f9..7729c8ba7f7 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.6 1997/08/04 19:24:02 deraadt Exp $ */ +/* $OpenBSD: proc.c,v 1.7 1997/09/22 05:09:15 millert Exp $ */ /* $NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: proc.c,v 1.6 1997/08/04 19:24:02 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: proc.c,v 1.7 1997/09/22 05:09:15 millert Exp $"; #endif #endif /* not lint */ @@ -53,7 +53,6 @@ static char rcsid[] = "$OpenBSD: proc.c,v 1.6 1997/08/04 19:24:02 deraadt Exp $" #else # include <varargs.h> #endif -#include <err.h> #include "csh.h" #include "dir.h" |