From 7a57c4d49968b80ed83667d3dcc41f416bce0162 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sat, 3 Sep 2005 14:45:14 +0000 Subject: [PATCH] - Fixed a typo in the new tag item list. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15026 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/GNUmakefile.os4 | 6 +++--- library/amiga_dotimer.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index 0b6362a..02694d6 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.os4,v 1.73 2005-07-12 13:35:52 obarthel Exp $ +# $Id: GNUmakefile.os4,v 1.74 2005-09-03 14:45:14 obarthel Exp $ # # :ts=8 # @@ -122,8 +122,8 @@ WARNINGS = \ # -Wconversion -Wshadow INCLUDES = -Iinclude -I. -I$(SDK_INCLUDE) -#OPTIONS = -D__THREAD_SAFE -D__USE_CLIB2_NETLIB -DNDEBUG -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-common -std=gnu99 - OPTIONS = -D__USE_CLIB2_NETLIB -DNDEBUG -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-common -std=gnu99 + OPTIONS = -D__THREAD_SAFE -D__USE_CLIB2_NETLIB -DNDEBUG -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-common -std=gnu99 +#OPTIONS = -D__USE_CLIB2_NETLIB -DNDEBUG -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-common -std=gnu99 OPTIMIZE = -O3 #DEBUG = -ggdb diff --git a/library/amiga_dotimer.c b/library/amiga_dotimer.c index 1366948..f1d0960 100644 --- a/library/amiga_dotimer.c +++ b/library/amiga_dotimer.c @@ -1,5 +1,5 @@ /* - * $Id: amiga_dotimer.c,v 1.5 2005-08-31 07:26:13 obarthel Exp $ + * $Id: amiga_dotimer.c,v 1.6 2005-09-03 14:45:14 obarthel Exp $ * * :ts=4 * @@ -68,7 +68,7 @@ DoTimer(struct timeval *tv,LONG unit,LONG command) { mp = AllocSysObjectTags(ASOT_PORT, ASOPORT_Action, PA_SIGNAL, - ASOPORT_AllocSignal, FALSE, + ASOPORT_AllocSig, FALSE, ASOPORT_Signal, SIGB_SINGLE, ASOPORT_Target, FindTask(NULL), TAG_DONE);