summaryrefslogtreecommitdiff
path: root/login/utmp-private.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-18 18:48:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-18 18:48:05 +0000
commit33c50f1061483e6327321405a448d4574ddedbcd (patch)
tree3938d8ece000e684ca2533b84f416b46af7be316 /login/utmp-private.h
parent74f998221da8e1719ac95add005110676ebad6f2 (diff)
Update.
* login/utmp_daemon.c: Removed. * login/getutent_r.c: Remove references to daemon functions. * login/utmp-private.h (__libc_utmp_daemon_functions): Remove declaration.
Diffstat (limited to 'login/utmp-private.h')
-rw-r--r--login/utmp-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/login/utmp-private.h b/login/utmp-private.h
index 531d058469..76c7c4154d 100644
--- a/login/utmp-private.h
+++ b/login/utmp-private.h
@@ -1,5 +1,5 @@
/* Internal definitions and declarations for UTMP functions.
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>
and Paul Janzen <pcj@primenet.com>, 1996.
@@ -38,7 +38,6 @@ struct utfuncs
/* The tables from the services. */
extern struct utfuncs __libc_utmp_file_functions;
-extern struct utfuncs __libc_utmp_daemon_functions;
extern struct utfuncs __libc_utmp_unknown_functions;
/* Currently selected backend. */