about summary refs log tree commit diff
path: root/manual/users.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-16 11:41:15 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-16 11:41:15 +0000
commitc66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73 (patch)
treefc77f0234b3ff62b6ab6f5840e08226cab294dd4 /manual/users.texi
parenta9e73d4044f6c8d238965001baffec1ce603f3f3 (diff)
downloadglibc-c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73.tar.gz
glibc-c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73.tar.xz
glibc-c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73.zip
Update.
1998-10-16 10:07  Ulrich Drepper  <drepper@cygnus.com>

	* iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
	-DSTATIC_GCONV.
	* iconv/skeleton.c: Include ELF header only of STATIC?GCONV is not
	defined.  Avoid using DL_CLL_FCT if it is not defined.

1998-10-16 10:40 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* resolv/arpa/nameser.h: Include sys/types.h unconditionally.
	Include endian.h unconditionally.  Remove portability goop
	depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.

1998-10-16 11:39 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
Diffstat (limited to 'manual/users.texi')
-rw-r--r--manual/users.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/users.texi b/manual/users.texi
index 562390c355..28d390c126 100644
--- a/manual/users.texi
+++ b/manual/users.texi
@@ -1882,6 +1882,7 @@ selected and then one can iterate over all entries in this netgroup.
 These functions are declared in @file{netdb.h}.
 
 @comment netdb.h
+@comment BSD
 @deftypefun int setnetgrent (const char *@var{netgroup})
 A call to this function initializes the internal state of the library to
 allow following calls of the @code{getnetgrent} iterate over all entries
@@ -1906,6 +1907,7 @@ the @code{innetgr} function and parts of the implementation of the
 @code{compat} service part of the NSS implementation.
 
 @comment netdb.h
+@comment BSD
 @deftypefun int getnetgrent (char **@var{hostp}, char **@var{userp}, char **@var{domainp})
 This function returns the next unprocessed entry of the currently
 selected netgroup.  The string pointers, which addresses are passed in
@@ -1920,6 +1922,7 @@ value of @code{0} means no further entries exist or internal errors occurred.
 @end deftypefun
 
 @comment netdb.h
+@comment GNU
 @deftypefun int getnetgrent_r (char **@var{hostp}, char **@var{userp}, char **@var{domainp}, char *@var{buffer}, int @var{buflen})
 This function is similar to @code{getnetgrent} with only one exception:
 the strings the three string pointers @var{hostp}, @var{userp}, and
@@ -1937,6 +1940,7 @@ SunOS libc does not provide this function.
 @end deftypefun
 
 @comment netdb.h
+@comment BSD
 @deftypefun void endnetgrent (void)
 This function free all buffers which were allocated to process the last
 selected netgroup.  As a result all string pointers returned by calls
@@ -1951,6 +1955,7 @@ only interesting question is whether a given entry is part of the
 selected netgroup.
 
 @comment netdb.h
+@comment BSD
 @deftypefun int innetgr (const char *@var{netgroup}, const char *@var{host}, const char *@var{user}, const char *@var{domain})
 This function tests whether the triple specified by the parameters
 @var{hostp}, @var{userp}, and @var{domainp} is part of the netgroup