summaryrefslogtreecommitdiff
path: root/config/os/macosx/mach_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'config/os/macosx/mach_port.h')
-rw-r--r--config/os/macosx/mach_port.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/os/macosx/mach_port.h b/config/os/macosx/mach_port.h
index efa4839..569a9cf 100644
--- a/config/os/macosx/mach_port.h
+++ b/config/os/macosx/mach_port.h
@@ -14,22 +14,22 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
+
Grame Research Laboratory, 9, rue du Garet 69001 Lyon - France
grame@rd.grame.fr
-*/
+ */
#ifndef __mach_port__
#define __mach_port__
-#include <mach/mach.h>
+#include <mach/mach.h>
#include <mach/mach_types.h>
#include <mach/message.h>
-
+
/* specific ressources for server/client real-time thread communication */
typedef struct {
- mach_msg_header_t header;
- mach_msg_trailer_t trailer;
+ mach_msg_header_t header;
+ mach_msg_trailer_t trailer;
} trivial_message;
#endif \ No newline at end of file