]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 19:55:49 +0000 (19:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 19:55:49 +0000 (19:55 +0000)
* login/Makefile (routines): Remove utmp_daemon.

ChangeLog
login/Makefile

index 2cd873578fc2a44604421c6224ca746a6fc76042..a49a4c96150b7e5639d0e5b4df9d95cf4e5bb231 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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.
index c991fcffa11b163fdcf44d487a6182b627834d64..475b2cec29666b8cb54f7af2232af76de918ea5a 100644 (file)
@@ -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)"'
 
This page took 0.048768 seconds and 5 git commands to generate.