From: Ulrich Drepper Date: Sun, 23 Apr 2000 16:26:11 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~25744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcad2c29c215f768944e268333ee7bdc6103c546;p=external%2Fglibc.git Update. 2000-04-23 Ulrich Drepper * nss/Makefile (libnss_db-dbs): Remove stry backslash. Patch by Zack Weinberg . --- diff --git a/ChangeLog b/ChangeLog index a8169b0..3d564d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-23 Ulrich Drepper + + * nss/Makefile (libnss_db-dbs): Remove stry backslash. + Patch by Zack Weinberg . + 2000-04-22 Ulrich Drepper * manual/examples/subopt.c (mount_opts): Add missing terminating diff --git a/manual/examples/subopt.c b/manual/examples/subopt.c index 8c04a57..287fe8c 100644 --- a/manual/examples/subopt.c +++ b/manual/examples/subopt.c @@ -1,5 +1,6 @@ #include #include +#include int do_all; const char *type; diff --git a/nss/Makefile b/nss/Makefile index 5e94c34..18538d0 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -65,7 +65,7 @@ libnss_files-routines := $(addprefix files-,$(databases)) distribute += files-XXX.c files-parse.c libnss_db-dbs := $(addprefix db-,$(filter-out hosts network key,\ - $(databases))) \ + $(databases))) libnss_db-routines := $(libnss_db-dbs) db-open generated += $(filter-out db-alias.c db-netgrp.c, \ $(addsuffix .c,$(libnss_db-dbs)))