changeset 354:92742d8f3e56

os_com_fl.c: don't need u_char typedef
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 12 May 2014 00:15:29 +0000
parents ee4eb0eacfaf
children 4a92b7261e23
files gsm-fw/gpf/osl/os_com_fl.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/gpf/osl/os_com_fl.c	Mon May 12 00:14:39 2014 +0000
+++ b/gsm-fw/gpf/osl/os_com_fl.c	Mon May 12 00:15:29 2014 +0000
@@ -14,8 +14,6 @@
 #include "os_types.h"
 #include "os_glob.h"
 
-typedef unsigned char u_char;
-
 extern T_OS_COM_TABLE_ENTRY ComTable[];
 
 static NU_SEMAPHORE ComSemCB;