[uClibc-cvs] CVS uClibc/libc/misc/utmp

CVS User mjn3 mjn3 at codepoet.org
Sun Oct 31 20:23:02 UTC 2004


Update of /var/cvs/uClibc/libc/misc/utmp
In directory nail:/tmp/cvs-serv3836/libc/misc/utmp

Modified Files:
	wtent.c 
Log Message:
Revert Peter's __lib_gettimeofday patch.  There's the minor issue of
adding cruft to include/sys/time.h.  But also, there's no sense in
making changes like this until we decide how we're going to approach
the hidden symbol transition.


--- /var/cvs/uClibc/libc/misc/utmp/wtent.c	2004/10/19 20:10:11	1.2
+++ /var/cvs/uClibc/libc/misc/utmp/wtent.c	2004/10/31 20:23:01	1.3
@@ -38,7 +38,7 @@
     strncpy(lutmp.ut_line, line, sizeof(lutmp.ut_line)-1);
     strncpy(lutmp.ut_name, name, sizeof(lutmp.ut_name)-1);
     strncpy(lutmp.ut_host, host, sizeof(lutmp.ut_host)-1);
-    __libc_gettimeofday(&(lutmp.ut_tv), NULL);
+    gettimeofday(&(lutmp.ut_tv), NULL);
 
     updwtmp(_PATH_WTMP, &(lutmp));
 }



More information about the uClibc-cvs mailing list