aboutsummaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-builtins-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash1/files/patch-builtins-common.h')
-rw-r--r--shells/bash1/files/patch-builtins-common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/bash1/files/patch-builtins-common.h b/shells/bash1/files/patch-builtins-common.h
deleted file mode 100644
index 68845dc1ca5e..000000000000
--- a/shells/bash1/files/patch-builtins-common.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- builtins/common.h.orig Fri Aug 29 12:14:20 2003
-+++ builtins/common.h Fri Aug 29 12:14:46 2003
-@@ -23,7 +23,7 @@
-
- #define ISOPTION(s, c) (s[0] == '-' && !s[2] && s[1] == c)
-
--extern void builtin_error ();
-+extern void builtin_error (char *, ...);
- extern void bad_option ();
-
- extern int get_numeric_arg ();