Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



ross
Thu Jul  2 20:52:41 PDT 1998
Update of /cvsroot/xsrc/xc/lib/Xtst
In directory nb00:/tmp/cvs-serv8250

Modified Files:
        XTest.c 
Log Message:

Kill numerous false-alarm LP64 warnings and one serious LP64 bug:
 {
     int major_opcode, first_event, first_error;
-    first_event = 0;
+    int *first_event = 0;      /* serious LP64 bug fixed here */





Home | Main Index | Thread Index | Old Index