(file) Return to xf86Init.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / common

Diff for /xc/programs/Xserver/hw/xfree86/common/xf86Init.c between version 3.100 and 3.101

version 3.100, 1999/02/14 13:04:41 version 3.101, 1999/03/06 13:12:31
Line 1 
Line 1 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.99 1999/02/13 16:44:56 hohndel Exp $ */  /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.100 1999/02/14 13:04:41 dawes Exp $ */
  
 /* /*
  * Copyright 1991-1998 by The XFree86 Project, Inc.  * Copyright 1991-1998 by The XFree86 Project, Inc.
Line 195 
Line 195 
 #endif #endif
  
     /* Force load mandatory base modules */     /* Force load mandatory base modules */
     xf86LoadModules(baseModules, NULL);      if (!xf86LoadModules(baseModules, NULL))
           FatalError("Unable to load required base modules, Exiting...\n");
  
 #endif #endif
  


Legend:
Removed from v.3.100  
changed lines
  Added in v.3.101

Powered by
ViewCVS 0.9.2