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/csh.h | |
parent | 0fff8a1b239fdc175fe62051ee62c9ce2fcd7bb6 (diff) |
err.[ch] -> error.[ch] and fix err/warn usage.
Diffstat (limited to 'bin/csh/csh.h')
-rw-r--r-- | bin/csh/csh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.h b/bin/csh/csh.h index b0dc2a28d3f..a1911ce6161 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: csh.h,v 1.2 1996/06/23 14:19:16 deraadt Exp $ */ +/* $OpenBSD: csh.h,v 1.3 1997/09/22 05:09:13 millert Exp $ */ /* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */ /*- @@ -86,7 +86,7 @@ typedef void *ptr_t; #include "const.h" #include "char.h" -#include "err.h" +#include "error.h" #define xmalloc(i) Malloc(i) #define xrealloc(p, i) Realloc(p, i) |