diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-16 11:41:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-16 11:41:15 +0000 |
commit | c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73 (patch) | |
tree | fc77f0234b3ff62b6ab6f5840e08226cab294dd4 /sunrpc/rpc | |
parent | a9e73d4044f6c8d238965001baffec1ce603f3f3 (diff) | |
download | glibc-c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73.tar glibc-c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73.tar.gz glibc-c66dbe00b9c98bb9d1fc10c9007fdcfb98a59b73.tar.bz2 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 'sunrpc/rpc')
-rw-r--r-- | sunrpc/rpc/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/rpc/types.h b/sunrpc/rpc/types.h index 54673d598b..61ea3c19f8 100644 --- a/sunrpc/rpc/types.h +++ b/sunrpc/rpc/types.h @@ -29,6 +29,7 @@ */ /* @(#)types.h 1.18 87/07/24 SMI */ +/* fixincludes should not add extern "C" to this file */ /* * Rpc additions to <sys/types.h> */ |