xserver/os utils.c,3.92,3.93

Daniel Stone xserver-commit at pdx.freedesktop.org
Tue Apr 20 04:45:22 EST 2004


Committed by: daniel

Update of /cvs/xserver/xserver/os
In directory pdx:/tmp/cvs-serv3961

Modified Files:
	utils.c 
Log Message:
Revert bogus local changes that crept in in the last commit.


Index: utils.c
===================================================================
RCS file: /cvs/xserver/xserver/os/utils.c,v
retrieving revision 3.92
retrieving revision 3.93
diff -u -d -r3.92 -r3.93
--- a/utils.c	19 Apr 2004 18:30:05 -0000	3.92
+++ b/utils.c	19 Apr 2004 18:45:19 -0000	3.93
@@ -442,13 +442,13 @@
 	abort();
     exit (1);
 }
-/*
+
 void
 Error(char *str)
 {
     perror(str);
 }
-*/
+
 #ifndef DDXTIME
 CARD32
 GetTimeInMillis(void)
@@ -1358,8 +1358,6 @@
     }
 }
 
-#if 0
-	
 void
 AuditF(const char * f, ...)
 {
@@ -1443,8 +1441,6 @@
     va_end(args);
 }
 
-#endif
-
 #ifdef SMART_SCHEDULE
 
 unsigned long	SmartScheduleIdleCount;




More information about the xserver-commit mailing list