summaryrefslogtreecommitdiff
path: root/mach/err_kern.sub
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1993-12-01 09:28:37 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1993-12-01 09:28:37 +0000
commit234df10dfc6ccc88015820a26e0a777c203f67e3 (patch)
treef880ec6b22e68128107a8fbd28a50f86b66daeb5 /mach/err_kern.sub
parente9ceedb207cb7617af5a15427e0f6319f330f02d (diff)
Formerly ../mach/err_kern.sub.~3~
Diffstat (limited to 'mach/err_kern.sub')
-rw-r--r--mach/err_kern.sub7
1 files changed, 5 insertions, 2 deletions
diff --git a/mach/err_kern.sub b/mach/err_kern.sub
index 72ee48d425..ccc8661656 100644
--- a/mach/err_kern.sub
+++ b/mach/err_kern.sub
@@ -26,8 +26,8 @@
/*
* HISTORY
* $Log$
- * Revision 1.2 1993/11/24 04:56:44 mib
- * Formerly ../mach/err_kern.sub.~2~
+ * Revision 1.3 1993/12/01 09:28:37 mib
+ * Formerly ../mach/err_kern.sub.~3~
*
* Revision 2.3 92/04/01 19:38:02 rpd
* Added err_codes_device.
@@ -113,6 +113,9 @@ static struct error_subsystem err_kern_sub[] = {
{
"(os/hurd)",
_HURD_ERRNOS,
+#ifndef HAVE_GNU_LD
+#define _sys_errlist sys_errlist
+#endif
(const char * const *) _sys_errlist,
},
};