Step 2: base tools: devel/binutils
This commit is contained in:
13
devel/binutils/patches/patch-libiberty_strerror.c
Normal file
13
devel/binutils/patches/patch-libiberty_strerror.c
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD$
|
||||
|
||||
--- libiberty/strerror.c.orig Mon Mar 28 02:09:01 2005
|
||||
+++ libiberty/strerror.c
|
||||
@@ -347,7 +347,7 @@ static const struct error_info error_table[] =
|
||||
ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
|
||||
#endif
|
||||
#if defined (ENOPROTOOPT)
|
||||
- ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
|
||||
+ ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol option not available"),
|
||||
#endif
|
||||
#if defined (EPROTONOSUPPORT)
|
||||
ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
|
||||
Reference in New Issue
Block a user