From f4e1f18a15ee7eba2013a0d85831a9abcb113a2d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 11 Dec 2005 10:25:27 +0000 Subject: [PATCH] (svn r3288) Set svn properties on cocoa related files, and add Id tag. Add extern to cocoa sound driver. --- sound/cocoa_s.c | 2 ++ sound/cocoa_s.h | 3 ++- video/cocoa_v.h | 1 + video/cocoa_v.m | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sound/cocoa_s.c b/sound/cocoa_s.c index 6529440943..833d6ce36a 100644 --- a/sound/cocoa_s.c +++ b/sound/cocoa_s.c @@ -1,3 +1,5 @@ +/* $Id$ */ + /****************************************************************************************** * Cocoa sound driver * * Known things left to do: * diff --git a/sound/cocoa_s.h b/sound/cocoa_s.h index 3d966165b7..7db5f70234 100644 --- a/sound/cocoa_s.h +++ b/sound/cocoa_s.h @@ -1,9 +1,10 @@ +/* $Id$ */ #ifndef SOUND_COCOA_H #define SOUND_COCOA_H #include "../hal.h" -const HalSoundDriver _cocoa_sound_driver; +extern const HalSoundDriver _cocoa_sound_driver; #endif diff --git a/video/cocoa_v.h b/video/cocoa_v.h index 2d32e0a572..d1eb253c79 100644 --- a/video/cocoa_v.h +++ b/video/cocoa_v.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef VIDEO_COCOA_H #define VIDEO_COCOA_H diff --git a/video/cocoa_v.m b/video/cocoa_v.m index a0b7f50aab..dbd7c5e5e4 100644 --- a/video/cocoa_v.m +++ b/video/cocoa_v.m @@ -1,3 +1,5 @@ +/* $Id$ */ + /****************************************************************************************** * Cocoa video driver * * Known things left to do: *