diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 19:23:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 19:23:15 +0000 |
commit | 1e275b9e9b4345b0f9e870d62f78249b4797ae15 (patch) | |
tree | 9d55bac52eeacb1ca6b41222689f3a29daa8b1d2 /posix | |
parent | 74bced63c5cea0a1fcbd58f7b23a5dcbf02e6018 (diff) | |
download | glibc-1e275b9e9b4345b0f9e870d62f78249b4797ae15.zip glibc-1e275b9e9b4345b0f9e870d62f78249b4797ae15.tar.gz glibc-1e275b9e9b4345b0f9e870d62f78249b4797ae15.tar.bz2 |
Update.
1999-08-29 Thorsten Kukuk <kukuk@suse.de>
* nis/Versions: Add _nss_*_getipnodebyname_r.
* nis/nss_nis/nis-hosts.c: Add _nss_nis_getipnodebyname_r.
* nis/nss_nisplus/nisplus-hosts.c: Add _nss_nisplus_getipnodebyname_r.
* nss/Versions: Add _nss_files_getipnodebyname_r.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/regexbug1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/regexbug1.c b/posix/regexbug1.c index 5758046..2864096 100644 --- a/posix/regexbug1.c +++ b/posix/regexbug1.c @@ -1,6 +1,7 @@ #include <error.h> #include <sys/types.h> #include <regex.h> +#include <stdio.h> #include <stdlib.h> int |