diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-07-18 07:54:49 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:16 +0200 |
commit | 95a9250f3139d396a18692789836d0b9b092fd73 (patch) | |
tree | 4d3521965c52ece175fbd9899f177146c7c123e3 /ipc | |
parent | 6adfeac1f11781351235e0f69d16da36fdd8d893 (diff) |
Correct copyright year.
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mach_port.h | 4 |
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, |