From dbe31b9a738993b563382c602d092c970bdc79ae Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 5 Jul 1996 19:18:13 +0000 Subject: * nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it points within DATA->linebuffer; otherwise use all of DATA->linebuffer itself, no need to skip past a NUL. * nss/nsswitch.h (known_function): Comment fix. * nss/nsswitch.c (nss_lookup_function): Rewritten using __tsearch directly. Do the lookup and insertion with a single call, and fill in the tree node afterwards if new. (known_compare, nss_find_entry, nss_insert_entry): Functions removed. * misc/sys/select.h: #define __need_timespec before incl. (struct timeval): Add bodiless decl for scope. * time/time.h (struct timespec): Rename members from `ts_*' to `tv_*'. Move struct timespec defn outside [_TIME_H] so it can be got with #define __need_timespec. * time/sys/time.h (TIMEVAL_TO_TIMESPEC): Use `tv_*' instead of `ts_*' for `struct timespec' member names. (TIMESPEC_TO_TIMEVAL): Likewise. * nss/Makefile (extra-libs-others): New variable. * extra-lib.mk: Don't test for $($(lib)-no-lib-dep). Instead match $(lib) in $(extra-libs-others). * sunrpc/Makefile (extra-libs-others): New variable. (librpcsvc-no-lib-dep): Variable removed. Thu Jul 4 05:21:59 1996 David Mosberger-Tang * login/utmp.h: Fix typos. * misc/syslog.c (vsyslog): Use __send instead of send and __connect instead of connect to avoid name-space collisions (e.g., with psgetty). --- login/utmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'login') diff --git a/login/utmp.h b/login/utmp.h index e9c1734..0109d50 100644 --- a/login/utmp.h +++ b/login/utmp.h @@ -76,7 +76,7 @@ extern struct utmp *pututline __P ((__const struct utmp *__utmp_ptr)); #ifdef __USE_REENTRANT -/* Define the data structure needed for the reentrent version. */ +/* Define the data structure needed for the reentrant version. */ struct utmp_data { int ut_fd; @@ -85,7 +85,7 @@ struct utmp_data }; -/* Reentrent versions of the file for handling utmp files. */ +/* Reentrant versions of the file for handling utmp files. */ extern int getutent_r __P ((struct utmp **__utmp, struct utmp_data *__utmp_data)); -- cgit v1.1