about summary refs log tree commit diff
path: root/login/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-18 19:55:49 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-18 19:55:49 +0000
commit92da46fc4cf874f651911a1d8048c2e5675f8a71 (patch)
treefa81e9380c82d5d65703410a73f1869c9cad471e /login/Makefile
parentbd4ebb90a12524707d6318c814c160d4b8c196a5 (diff)
downloadglibc-92da46fc4cf874f651911a1d8048c2e5675f8a71.tar.gz
glibc-92da46fc4cf874f651911a1d8048c2e5675f8a71.tar.xz
glibc-92da46fc4cf874f651911a1d8048c2e5675f8a71.zip
Update.
	* login/Makefile (routines): Remove utmp_daemon.
Diffstat (limited to 'login/Makefile')
-rw-r--r--login/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/login/Makefile b/login/Makefile
index c991fcffa1..475b2cec29 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -1,4 +1,4 @@
-# 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
@@ -25,8 +25,7 @@ subdir	:= login
 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)"'