r3963 - trunk/src/target/gsm/src/libgsmd

erin_yueh at sita.openmoko.org erin_yueh at sita.openmoko.org
Sat Jan 26 19:37:40 CET 2008


Author: erin_yueh
Date: 2008-01-26 19:37:36 +0100 (Sat, 26 Jan 2008)
New Revision: 3963

Modified:
   trunk/src/target/gsm/src/libgsmd/libgsmd.c
Log:
gsmd: remove handle packet msg type = 2 error (Erin Yueh)


Modified: trunk/src/target/gsm/src/libgsmd/libgsmd.c
===================================================================
--- trunk/src/target/gsm/src/libgsmd/libgsmd.c	2008-01-26 18:25:09 UTC (rev 3962)
+++ trunk/src/target/gsm/src/libgsmd/libgsmd.c	2008-01-26 18:37:36 UTC (rev 3963)
@@ -36,7 +36,7 @@
 
 #include "lgsm_internals.h"
 
-#if 0
+
 static int lgsm_get_packet(struct lgsm_handle *lh)
 {
 	static char buf[GSMD_MSGSIZE_MAX];
@@ -58,8 +58,8 @@
 
 	return 0;
 }
-#endif
 
+
 static int lgsm_open_backend(struct lgsm_handle *lh, const char *device)
 {
 	int rc;





More information about the commitlog mailing list