summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc')
-rw-r--r--ipc/mach_port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/mach_port.h b/ipc/mach_port.h
index ab8a94a..a82228f 100644
--- a/ipc/mach_port.h
+++ b/ipc/mach_port.h
@@ -1,6 +1,6 @@
/*
* Mach Port Functions.
- * Copyright (C) 2006 Free Software Foundation, Inc.
+ * Copyright (C) 2008 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ mach_port_deallocate(
ipc_space_t space,
mach_port_t name);
-kern_return_t
+extern kern_return_t
mach_port_insert_right(
ipc_space_t space,
mach_port_t name,