XDARWIN: build breakage fix

This commit is contained in:
Ben Byer 2007-09-05 14:48:38 -07:00
parent 20c6677d1b
commit 8b77dc7e80

View File

@ -156,7 +156,7 @@ DarwinPrintBanner()
#endif #endif
ErrorF("\nRelease Date: %s\n", XF86_DATE); ErrorF("\nRelease Date: %s\n", XF86_DATE);
ErrorF("X Protocol Version %d, Revision %d, %s\n", ErrorF("X Protocol Version %d, Revision %d, %s\n",
X_PROTOCOL, X_PROTOCOL_REVISION, XORG_RELEASE ); X_PROTOCOL, X_PROTOCOL_REVISION, XORG_VERSION_CURRENT );
ErrorF("Build Operating System: %s %s\n", OSNAME, OSVENDOR); ErrorF("Build Operating System: %s %s\n", OSNAME, OSVENDOR);
#ifdef HAS_UTSNAME #ifdef HAS_UTSNAME
{ {