2000-04-18 Ulrich Drepper <drepper@redhat.com>
+ * login/Makefile (routines): Remove utmp_daemon.
+
* sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
* sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
* sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
-# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
headers := utmp.h bits/utmp.h lastlog.h pty.h
routines := getutent getutent_r getutid getutline getutid_r getutline_r \
- utmp_file utmp_daemon utmpname updwtmp \
- getpt grantpt unlockpt ptsname
+ utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname
CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"'