Peter S. Mazinger il y a 18 ans
Parent
commit
d896dc4caf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libc/misc/utmp/utent.c

+ 1 - 1
libc/misc/utmp/utent.c

@@ -151,7 +151,7 @@ struct utmp *getutline(const struct utmp *utmp_entry)
     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)
 {