]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/host_notify.c
xnu-1699.22.81.tar.gz
[apple/xnu.git] / osfmk / kern / host_notify.c
index 769d1cc2e92da6917a65bf786b11b9e6eaa08c8c..1ca87dcaf174d9e944969a40fa95c23d057df9ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2003-2009 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  * 
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
-/*
- * Copyright (c) 2003 Apple Computer, Inc.  All rights reserved.
- *
- * HISTORY
- *
- * 16 January 2003 (debo)
- *  Created.
- */
 
 #include <mach/mach_types.h>
 #include <mach/mach_host.h>
@@ -143,7 +135,7 @@ host_notify_port_destroy(
                ip_unlock(port);
 
                assert(entry->port == port);
-               remqueue(NULL, (queue_entry_t)entry);
+               remqueue((queue_entry_t)entry);
                lck_mtx_unlock(&host_notify_lock);
                zfree(host_notify_zone, entry);