diff options
-rw-r--r-- | i386/i386/model_dep.h | 2 | ||||
-rw-r--r-- | ipc/mach_port.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h index e28cf68..c0cc5a7 100644 --- a/i386/i386/model_dep.h +++ b/i386/i386/model_dep.h @@ -1,6 +1,6 @@ /* * Arch dependent 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 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, |