Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Apr 2000 16:26:11 +0000 (16:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Apr 2000 16:26:11 +0000 (16:26 +0000)
2000-04-23  Ulrich Drepper  <drepper@redhat.com>

* nss/Makefile (libnss_db-dbs): Remove stry backslash.
Patch by Zack Weinberg <zack@wolery.cumb.org>.

ChangeLog
manual/examples/subopt.c
nss/Makefile

index a8169b0..3d564d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * nss/Makefile (libnss_db-dbs): Remove stry backslash.
+       Patch by Zack Weinberg <zack@wolery.cumb.org>.
+
 2000-04-22  Ulrich Drepper  <drepper@redhat.com>
 
        * manual/examples/subopt.c (mount_opts): Add missing terminating
index 8c04a57..287fe8c 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 int do_all;
 const char *type;
index 5e94c34..18538d0 100644 (file)
@@ -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)))