Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Review oversight: ENOSR: resource -> resources, whi...



details:   https://anonhg.NetBSD.org/src/rev/edf2fe1c92dd
branches:  trunk
changeset: 539263:edf2fe1c92dd
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Nov 12 10:28:27 2002 +0000

description:
Review oversight: ENOSR: resource -> resources, which is what the
standard says, and which fits the resource allocation failure better.

diffstat:

 lib/libc/gen/__errlist14.c |  6 +++---
 lib/libc/nls/C.msg         |  2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r c2b7ec11f12f -r edf2fe1c92dd lib/libc/gen/__errlist14.c
--- a/lib/libc/gen/__errlist14.c        Tue Nov 12 10:21:07 2002 +0000
+++ b/lib/libc/gen/__errlist14.c        Tue Nov 12 10:28:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __errlist14.c,v 1.4 2002/11/12 08:20:02 skrll Exp $    */
+/*     $NetBSD: __errlist14.c,v 1.5 2002/11/12 10:28:27 kleink Exp $   */
 
 /*
  * Copyright (c) 1982, 1985, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)errlst.c   8.2 (Berkeley) 11/16/93";
 #else
-__RCSID("$NetBSD: __errlist14.c,v 1.4 2002/11/12 08:20:02 skrll Exp $");
+__RCSID("$NetBSD: __errlist14.c,v 1.5 2002/11/12 10:28:27 kleink Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -165,7 +165,7 @@
 
 /* XSI STREAMS option errors  */
        "No message available",                 /* 89 - ENODATA */
-       "No STREAM resource",                   /* 90 - ENOSR */
+       "No STREAM resources",                  /* 90 - ENOSR */
        "Not a STREAM"                          /* 91 - ENOSTR */
 };
 
diff -r c2b7ec11f12f -r edf2fe1c92dd lib/libc/nls/C.msg
--- a/lib/libc/nls/C.msg        Tue Nov 12 10:21:07 2002 +0000
+++ b/lib/libc/nls/C.msg        Tue Nov 12 10:28:27 2002 +0000
@@ -178,7 +178,7 @@
 $ ENODATA
 89 No message available
 $ ENOSR
-90 No STREAM resource
+90 No STREAM resources
 $ ENOSTR
 91 Not a STREAM
 $set 2



Home | Main Index | Thread Index | Old Index