(file) Return to InitOutput.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / vfb

Diff for /xc/programs/Xserver/hw/vfb/InitOutput.c between version 3.0 and 3.1

version 3.0, 1996/01/21 01:48:28 version 3.1, 1996/02/04 08:55:25
Line 1 
Line 1 
 /* $XConsortium: InitOutput.c,v 1.14 94/12/05 17:55:50 ray Exp $ */  /* $XConsortium: InitOutput.c /main/15 1996/01/20 18:43:04 kaleb $ */
 /* /*
  
 Copyright (c) 1993  X Consortium Copyright (c) 1993  X Consortium
Line 584 
Line 584 
         if (-1 == msync((caddr_t)vfbScreens[i].pXWDHeader,         if (-1 == msync((caddr_t)vfbScreens[i].pXWDHeader,
                         (size_t)vfbScreens[i].sizeInBytes, MS_ASYNC))                         (size_t)vfbScreens[i].sizeInBytes, MS_ASYNC))
 #else #else
           /* silly NetBSD and who else? */
         if (-1 == msync((caddr_t)vfbScreens[i].pXWDHeader,         if (-1 == msync((caddr_t)vfbScreens[i].pXWDHeader,
                         (size_t)vfbScreens[i].sizeInBytes))                         (size_t)vfbScreens[i].sizeInBytes))
 #endif #endif


Legend:
Removed from v.3.0  
changed lines
  Added in v.3.1

Powered by
ViewCVS 0.9.2