Peter S. Mazinger 18 年 前
コミット
d896dc4caf
1 ファイル変更1 行追加1 行削除
  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)
 {