initial commit
[glibc.git] / debian / patches / any / submitted-missing-etc-hosts.diff
1 ---
2 nss/nss_files/files-hosts.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 --- a/nss/nss_files/files-hosts.c
6 +++ b/nss/nss_files/files-hosts.c
7 @@ -479,7 +479,7 @@
8 else
9 {
10 *errnop = errno;
11 - *herrnop = NO_DATA;
12 + *herrnop = HOST_NOT_FOUND;
13 }
14
15 return status;