diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-20 10:24:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-20 10:24:39 +0000 |
commit | c5720a93963d3c47fdac1d41b0e2629e927ca63b (patch) | |
tree | 0334741fe736990dafb555283be663ec6659ad1d /ChangeLog | |
parent | ea08b5bcb2d9dc9593b8576ffb7406cfb0480c3e (diff) | |
download | glibc-c5720a93963d3c47fdac1d41b0e2629e927ca63b.tar glibc-c5720a93963d3c47fdac1d41b0e2629e927ca63b.tar.gz glibc-c5720a93963d3c47fdac1d41b0e2629e927ca63b.tar.bz2 glibc-c5720a93963d3c47fdac1d41b0e2629e927ca63b.zip |
1998-12-20 Roland McGrath <roland@baalperazim.frob.com>
* sunrpc/svc_unix.c, sunrpc/clnt_unix.c: Avoid using `struct cmsghdr'
and `struct ucred' #ifndef SCM_CREDENTIALS.
* sunrpc/publickey.c (getsecretkey): Use `&errno' instead of
`__errno_location ()'; means the same, works for Hurd.
* sysdeps/mach/hurd/Makefile (subdirs): Don't elide sunrpc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1998-12-20 Roland McGrath <roland@baalperazim.frob.com> + + * sunrpc/svc_unix.c, sunrpc/clnt_unix.c: Avoid using `struct cmsghdr' + and `struct ucred' #ifndef SCM_CREDENTIALS. + + * sunrpc/publickey.c (getsecretkey): Use `&errno' instead of + `__errno_location ()'; means the same, works for Hurd. + + * sysdeps/mach/hurd/Makefile (subdirs): Don't elide sunrpc. + 1998-12-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Include |