diff options
Diffstat (limited to 'login/getutid.c')
-rw-r--r-- | login/getutid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/login/getutid.c b/login/getutid.c index 98e8e4adc3..91e3ea20ac 100644 --- a/login/getutid.c +++ b/login/getutid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -35,4 +35,3 @@ __getutid (const struct utmp *id) return result; } weak_alias (__getutid, getutid) -weak_alias (__getutid, getutxid) |