summaryrefslogtreecommitdiff
path: root/src/gsmd
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-08-20 15:53:47 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-08-20 15:53:47 +0000
commit7814f977e3043f64c1a80f0449a2e26147510caf (patch)
treecc542b42be5f75cee5b07b7dbe2c6ab5ac59b3e4 /src/gsmd
parent18f5f4d70aecb6a6df8e0bf3e8a55b9a74b4ff68 (diff)
remove 'struct llist_head' from phonebook messages because
* pointer in data structures passed along sockets is a bad idea, if that socket is later a network socket and the pointer size of both ends is different * we cannot include linux_list.h into libgsmd, since libgsmd is LGPL and linux_list.h GPL licensed libgsmd and gsmd are actually not using that list header, only the shell program is effected massively. I hope somebody will clean up after me. At least this now should solve the issue with non-compiling libgsmd users (such as libmokogsmd). git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2748 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd')
0 files changed, 0 insertions, 0 deletions
personal git repositories of Harald Welte. Your mileage may vary