aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/error.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-09-03 14:16:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-09-03 14:16:06 +0000
commit4417f6297d70cec0f456c9dbc01685adcb98f84c (patch)
tree813be7fe988c4549d7c49e07f8aa26f6bed0c68a /bin/sh/error.h
parentb30b11747316baa52c65a28aa44ebf97a1984dc4 (diff)
downloadsrc-4417f6297d70cec0f456c9dbc01685adcb98f84c.tar.gz
src-4417f6297d70cec0f456c9dbc01685adcb98f84c.zip
Fix for PR#1287. This makes sh behave sensibly in case statements in the
face of aliases. Note, bash doesn't do aliases while running scripts, but "real" ksh does.. Also: Reduce redundant .Nm macros in (unused) bltin/echo.1 nuke error2, it's hardly used. More -Wall cleanups dont do certain history operations if NO_HISTORY defined handle quad_t's from resource limits Submitted by: Steve Price <sprice@hiwaay.net> (minor tweaks by me)
Notes
Notes: svn path=/head/; revision=18018
Diffstat (limited to 'bin/sh/error.h')
-rw-r--r--bin/sh/error.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sh/error.h b/bin/sh/error.h
index 261b0960fc93..fb26f1e4a5ff 100644
--- a/bin/sh/error.h
+++ b/bin/sh/error.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)error.h 8.2 (Berkeley) 5/4/95
- * $Id: error.h,v 1.2 1994/09/24 02:57:28 davidg Exp $
+ * $Id: error.h,v 1.3 1996/09/01 10:19:55 peter Exp $
*/
/*
@@ -90,7 +90,6 @@ extern char *commandname; /* name of command--printed on error */
void exraise __P((int));
void onint __P((void));
-void error2 __P((char *, char *));
void error __P((char *, ...));
char *errmsg __P((int, int));