diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-03-06 13:15:16 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-03-06 13:15:16 +0000 |
commit | d1e6d2178d0b242c9ad40f77216f2f0cae57b97a (patch) | |
tree | e7627c83e7bf547bb0e46e9ee5ddd43deb0f95ed /hurd/Makefile | |
parent | 5cde8cb0286079d731f933b65240528c150dedaa (diff) | |
download | glibc-d1e6d2178d0b242c9ad40f77216f2f0cae57b97a.tar glibc-d1e6d2178d0b242c9ad40f77216f2f0cae57b97a.tar.gz glibc-d1e6d2178d0b242c9ad40f77216f2f0cae57b97a.tar.bz2 glibc-d1e6d2178d0b242c9ad40f77216f2f0cae57b97a.zip |
Updated to fedora-glibc-20060306T1239cvs/fedora-glibc-2_4-1
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 5d99429f79..ab5a8485a2 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004 +# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004,2006 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -46,7 +46,7 @@ server-interfaces := hurd/msg faultexc routines = hurdstartup hurdinit \ hurdid hurdpid hurdrlimit hurdprio hurdexec hurdselect \ - hurdlookup lookup-retry \ + hurdlookup lookup-retry lookup-at \ get-host set-host \ path-lookup \ setauth \ |