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 /sysdeps/mach/hurd/Makefile | |
parent | ea08b5bcb2d9dc9593b8576ffb7406cfb0480c3e (diff) | |
download | glibc-c5720a93963d3c47fdac1d41b0e2629e927ca63b.tar.gz glibc-c5720a93963d3c47fdac1d41b0e2629e927ca63b.tar.xz 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 'sysdeps/mach/hurd/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index f87f530d52..c88110ea1d 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -18,9 +18,6 @@ ifdef in-Makerules -subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs -# See hurd/Makefile for commands that install some crucial sunrpc headers. - # Look for header files in hurd/ under the top-level library source directory. # Look for generated header files where they get created. includes += -I$(..)hurd -I$(common-objpfx)hurd/ |