summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1997-06-05 14:59:13 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:50 +0000
commitd166f048818e10cf3799aa24a174fb22835f1acc (patch)
tree1ca27f9243900f8b236d0cde6a3862002aea9e19 /error.c
parentccc6cda312fea9f0468ee65b8f368e9653e1380b (diff)
downloadbash-d166f048818e10cf3799aa24a174fb22835f1acc.tar.gz
Imported from ../bash-2.01.tar.gz.
Diffstat (limited to 'error.c')
-rw-r--r--error.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/error.c b/error.c
index a80810fb..4f5339b9 100644
--- a/error.c
+++ b/error.c
@@ -19,8 +19,7 @@
#include "config.h"
-#include <stdio.h>
-#include <sys/types.h>
+#include "bashtypes.h"
#include <fcntl.h>
#if defined (HAVE_UNISTD_H)
@@ -35,6 +34,8 @@
# endif
#endif
+#include <stdio.h>
+
#include <errno.h>
#if !defined (errno)
extern int errno;
@@ -234,7 +235,7 @@ programming_error (format, va_alist)
}
#endif
- fprintf (stderr, "Tell %s to fix this someday.\n", the_current_maintainer);
+ fprintf (stderr, "Report this to %s\n", the_current_maintainer);
fprintf (stderr, "Stopping myself...");
fflush (stderr);