-/* Copyright (C) 1996 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.
struct utmp *
-getutid (const struct utmp *id)
+__getutid (const struct utmp *id)
{
struct utmp *result;
return result;
}
+weak_alias (__getutid, getutid)