Loading...
iokit/KernelConfigTables.cpp xnu-3248.50.21 xnu-2050.7.9
--- xnu/xnu-3248.50.21/iokit/KernelConfigTables.cpp
+++ xnu/xnu-2050.7.9/iokit/KernelConfigTables.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998-2012 Apple Inc. All rights reserved.
+ * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -46,3 +46,6 @@
  * See libkern's OSKext.cpp for other symbols, which have been moved
  * there for sanity.
  */
+#if __i386__
+const char * gIOKernelKmods = "";
+#endif /* __i386__ */