mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 01:00:14 +00:00
Update.
2000-04-23 Ulrich Drepper <drepper@redhat.com> * nss/Makefile (libnss_db-dbs): Remove stry backslash. Patch by Zack Weinberg <zack@wolery.cumb.org>.
This commit is contained in:
parent
b1184fcdb5
commit
bcad2c29c2
@ -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>
|
2000-04-22 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* manual/examples/subopt.c (mount_opts): Add missing terminating
|
* manual/examples/subopt.c (mount_opts): Add missing terminating
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
int do_all;
|
int do_all;
|
||||||
const char *type;
|
const char *type;
|
||||||
|
@ -65,7 +65,7 @@ libnss_files-routines := $(addprefix files-,$(databases))
|
|||||||
distribute += files-XXX.c files-parse.c
|
distribute += files-XXX.c files-parse.c
|
||||||
|
|
||||||
libnss_db-dbs := $(addprefix db-,$(filter-out hosts network key,\
|
libnss_db-dbs := $(addprefix db-,$(filter-out hosts network key,\
|
||||||
$(databases))) \
|
$(databases)))
|
||||||
libnss_db-routines := $(libnss_db-dbs) db-open
|
libnss_db-routines := $(libnss_db-dbs) db-open
|
||||||
generated += $(filter-out db-alias.c db-netgrp.c, \
|
generated += $(filter-out db-alias.c db-netgrp.c, \
|
||||||
$(addsuffix .c,$(libnss_db-dbs)))
|
$(addsuffix .c,$(libnss_db-dbs)))
|
||||||
|
Loading…
Reference in New Issue
Block a user