]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOCommand.cpp
xnu-792.6.56.tar.gz
[apple/xnu.git] / iokit / Kernel / IOCommand.cpp
index 76c8a06a74223e27fc06c4edf580b8ec8a460c1b..8ab1e225a4b3a4c5be354c670493a595af8f5b24 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -36,7 +34,7 @@
 #include <IOKit/IOCommand.h>
 
 #define super OSObject
-OSDefineMetaClassAndAbstractStructors(IOCommand, OSObject);
+OSDefineMetaClassAndStructors(IOCommand, OSObject);
 
 
 //--------------------------------------------------------------------------