diff options
Diffstat (limited to 'login/getutline_r.c')
-rw-r--r-- | login/getutline_r.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/login/getutline_r.c b/login/getutline_r.c index 35c510b7ac..b7d13502b5 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2002, 2004 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. @@ -28,9 +28,6 @@ /* We have to use the lock in getutent_r.c. */ __libc_lock_define (extern, __libc_utmp_lock attribute_hidden) -/* The jump table is also in getutent_r.c. */ -extern struct utfuncs *__libc_utmp_jump_table; - int __getutline_r (const struct utmp *line, struct utmp *buffer, |