This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix typo


2008-11-21  Bart Veer  <bartv@ecoscentric.com>

	* include/hal_if.h (CYGNUM_CALL_IF_available_x): fix typo in
	previous patch.

Index: include/hal_if.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/include/hal_if.h,v
retrieving revision 1.27
diff -u -p -r1.27 hal_if.h
--- include/hal_if.h	20 Nov 2008 21:47:34 -0000	1.27
+++ include/hal_if.h	21 Nov 2008 09:49:37 -0000
@@ -351,8 +351,8 @@ __call_COMM1(IF_GETC_TIMEOUT, cyg_bool, 
 #define CYGNUM_CALL_IF_KILL_VECTOR                4
 #define CYGNUM_CALL_IF_CONSOLE_PROCS              5
 #define CYGNUM_CALL_IF_DEBUG_PROCS                6
-#define CYGNUM_CALL_IF_available_7                9
-#define CYGNUM_CALL_IF_available_8                9
+#define CYGNUM_CALL_IF_available_7                7
+#define CYGNUM_CALL_IF_available_8                8
 #define CYGNUM_CALL_IF_available_9                9
 #define CYGNUM_CALL_IF_available_10               10
 #define CYGNUM_CALL_IF_available_11               11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]