[uClibc-cvs] CVS uClibc/include

CVS User andersen andersen at codepoet.org
Thu Oct 7 01:53:05 UTC 2004


Update of /var/cvs/uClibc/include
In directory nail:/tmp/cvs-serv3225

Modified Files:
	utmp.h 
Log Message:
uClibc does not support getutent_r, getutid_r, and getutline_r,
and SuSv3 does not require r specify them.  So kill the prototypes.


--- /var/cvs/uClibc/include/utmp.h	2001/09/27 05:21:09	1.6
+++ /var/cvs/uClibc/include/utmp.h	2004/10/07 01:53:04	1.7
@@ -79,19 +79,6 @@
 /* Write out entry pointed to by UTMP_PTR into the utmp file.  */
 extern struct utmp *pututline (__const struct utmp *__utmp_ptr) __THROW;
 
-
-#ifdef	__USE_MISC
-/* Reentrant versions of the file for handling utmp files.  */
-extern int getutent_r (struct utmp *__buffer, struct utmp **__result) __THROW;
-
-extern int getutid_r (__const struct utmp *__id, struct utmp *__buffer,
-		      struct utmp **__result) __THROW;
-
-extern int getutline_r (__const struct utmp *__line,
-			struct utmp *__buffer, struct utmp **__result) __THROW;
-
-#endif	/* Use misc.  */
-
 __END_DECLS
 
 #endif /* utmp.h  */



More information about the uClibc-cvs mailing list