summaryrefslogtreecommitdiff
path: root/shells/rc/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'shells/rc/patches/patch-ac')
-rw-r--r--shells/rc/patches/patch-ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/shells/rc/patches/patch-ac b/shells/rc/patches/patch-ac
deleted file mode 100644
index bc7f8cab8f2..00000000000
--- a/shells/rc/patches/patch-ac
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1998/08/23 05:52:47 garbled Exp $
-*** utils.c.orig Wed Aug 20 15:26:52 1997
---- utils.c Wed Aug 20 15:28:11 1997
-***************
-*** 5,10 ****
---- 5,12 ----
- #include "rc.h"
- #include "jbwrap.h"
-
-+ #include <sys/param.h>
-+
- /* print error with line number on noninteractive shells (i.e., scripts) */
-
- extern void pr_error(char *s) {
-***************
-*** 19,26 ****
---- 21,30 ----
- /* our perror */
-
- extern void uerror(char *s) {
-+ #if !(defined(BSD) && BSD >= 199306)
- extern int sys_nerr;
- extern char *sys_errlist[];
-+ #endif
- if (errno > sys_nerr)
- return;
- if (s != NULL)