pkgsrc-ng/lang/gcc45/patches/patch-libiberty_strerror.c
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

14 lines
508 B
C

$NetBSD$
--- libiberty/strerror.c.orig Mon Mar 28 01:28: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"),