From cbf8846f0e6d588ff339882435889e422bdc224f Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 30 Aug 2012 16:13:34 +0000 Subject: [PATCH] Added missing properties. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45693 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/exec/chipset.h | 2 +- rom/exec/exec.conf | 2 +- rom/exec/exec_debug.c | 4 ++-- rom/exec/semaphores.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rom/exec/chipset.h b/rom/exec/chipset.h index cf6bf4595f..8ea5003b6b 100644 --- a/rom/exec/chipset.h +++ b/rom/exec/chipset.h @@ -1,6 +1,6 @@ /* Copyright © 2011, The AROS Development Team. All rights reserved. - $Id: $ + $Id$ Desc: Amiga(tm) chipset control macros Lang: english diff --git a/rom/exec/exec.conf b/rom/exec/exec.conf index fd854d29d8..43abdcd305 100644 --- a/rom/exec/exec.conf +++ b/rom/exec/exec.conf @@ -265,7 +265,7 @@ APTR NewAddTask(struct Task *task, APTR initialPC, APTR finalPC, struct TagItem LONG AllocTaskStorageSlot() () VOID FreeTaskStorageSlot(LONG slot) (D0) APTR SaveTaskStorage() () -void RestoreTaskStorage(APTR id) (A0) +void RestoreTaskStorage(APTR id) (A0) BOOL SetTaskStorageSlot(LONG id, IPTR value) (D0, D1) IPTR GetTaskStorageSlot(LONG id) (D0) ##end functionlist diff --git a/rom/exec/exec_debug.c b/rom/exec/exec_debug.c index be6d198f21..44642b31ab 100644 --- a/rom/exec/exec_debug.c +++ b/rom/exec/exec_debug.c @@ -1,6 +1,6 @@ /* - Copyright © 1995-2011, The AROS Development Team. All rights reserved. - $Id: rawdofmt.c 37154 2011-02-22 18:42:00Z jmcmullan $ + Copyright © 1995-2011, The AROS Development Team. All rights reserved. + $Id$ Desc: Runtime debugging support Lang: english diff --git a/rom/exec/semaphores.c b/rom/exec/semaphores.c index 707d819948..1ecd7c4605 100644 --- a/rom/exec/semaphores.c +++ b/rom/exec/semaphores.c @@ -1,6 +1,6 @@ /* - Copyright ¿ 1995-2011, The AROS Development Team. All rights reserved. - $Id: obtainsemaphore.c 43362 2011-12-30 07:45:42Z sonic $ + Copyright © 1995-2012, The AROS Development Team. All rights reserved. + $Id$ Desc: Semaphore internal handling Lang: english -- 2.11.4.GIT