diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-17 12:33:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-17 12:33:08 +0000 |
commit | 1670698f4a3802bcd26f94e24419f17fa1248861 (patch) | |
tree | 105e5f52b6348ecf52fe030fff9daeb9e05c3289 /nscd/nscd_nischeck.c | |
parent | 39abffb33770682fabf4cb8068a5044fd846a23f (diff) | |
download | glibc-1670698f4a3802bcd26f94e24419f17fa1248861.tar glibc-1670698f4a3802bcd26f94e24419f17fa1248861.tar.gz glibc-1670698f4a3802bcd26f94e24419f17fa1248861.tar.bz2 glibc-1670698f4a3802bcd26f94e24419f17fa1248861.zip |
Update.
* nss/getXXbyYY_r.c: Return error code not -1.
* nss/getXXent_r.c: Likewise.
* nss/getXXbyYY.c: Expect return alue to be ERANGE if buffer is too
small.
* nscd/nscd_getgr_r.c: Return -1 in case nscd is not available and
value > 0 for error.
* nscd/nscd_gethst_r.c: Likewise.
* nscd/nscd_getpw_r.c: Likewise.
1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/bits/ioctl-types.h: Add missing line
disciplines.
1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* nscd/nscd_nischeck.c: Fix typos.
1999-06-17 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'nscd/nscd_nischeck.c')
-rw-r--r-- | nscd/nscd_nischeck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/nscd_nischeck.c b/nscd/nscd_nischeck.c index aeb165ed4e..087386a6db 100644 --- a/nscd/nscd_nischeck.c +++ b/nscd/nscd_nischeck.c @@ -20,7 +20,7 @@ /* nscd_nischeck: Check, if everybody has read permissions for NIS+ table. Return value: 0: Everybody can read the NIS+ table - 1: Only authenticated Users could read the NIS+ table */ + 1: Only authenticated users could read the NIS+ table */ #include <argp.h> #include <error.h> @@ -86,7 +86,7 @@ main (int argc, char **argv) static void print_version (FILE *stream, struct argp_state *state) { - fprintf (stream, "nscd_checknis (GNU %s) %s\n", PACKAGE, VERSION); + fprintf (stream, "nscd_nischeck (GNU %s) %s\n", PACKAGE, VERSION); fprintf (stream, gettext ("\ Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ |