Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!ogicse!intelhf!splat!clubmed.hf.intel.com!martin From: martin@clubmed.hf.intel.com.ogi.edu Newsgroups: comp.windows.x Subject: fix-17 incorrect for System V.3.2 Message-ID: <515@splat.hf.intel.com> Date: 12 Oct 90 17:04:26 GMT Sender: martin@splat.hf.intel.com Reply-To: martin@clubmed.hf.intel.com (Martin Wilde) Organization: OMSO Software Engineering - Intel Corp. - Hillsboro Or. Lines: 16 The fix-17 patch is incorrect for System V.3.2 machines. The patch added the gettimeofday call to lib/X/sysV/Berlib.c. The patch does not include the appropriate header files. The patch needs to be changed as follows: add: #include #include "Xos.h" delete: #include This is needed to pull in the declaration of "timeval" from Xos.h and to define "stderr".