svn commit: trunk/uClibc/libc/misc/utmp

psm at uclibc.org psm at uclibc.org
Tue Nov 29 07:39:51 UTC 2005


Author: psm
Date: 2005-11-28 23:39:49 -0800 (Mon, 28 Nov 2005)
New Revision: 12579

Log:
Correct typo

Modified:
   trunk/uClibc/libc/misc/utmp/utent.c


Changeset:
Modified: trunk/uClibc/libc/misc/utmp/utent.c
===================================================================
--- trunk/uClibc/libc/misc/utmp/utent.c	2005-11-29 04:59:49 UTC (rev 12578)
+++ trunk/uClibc/libc/misc/utmp/utent.c	2005-11-29 07:39:49 UTC (rev 12579)
@@ -151,7 +151,7 @@
     return NULL;
 }
 
-extern struct utmp *getutid (__const struct utmp *__id) attribute_hidden;
+extern struct utmp *__getutid (__const struct utmp *__id) attribute_hidden;
 
 struct utmp *pututline (const struct utmp *utmp_entry)
 {




More information about the uClibc-cvs mailing list