- changed use of bzero (deprecated) to memset (thanks to Spen for pointing this out)
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 25 Jun 2006 20:44:25 +0000 (20:44 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 25 Jun 2006 20:44:25 +0000 (20:44 +0000)
commitd4d36b0a9a778caec77fb8e4ce5b1e406d5a8f50
treee93591472f0a6531631143da80ec9400f7fa09ab
parentdb0264db2af7c86959aeb821504c9dcd72134425
- changed use of bzero (deprecated) to memset (thanks to Spen for pointing this out)
- changed fallback implementation of strndup to something that works on all systems (thanks to Spen for this patch)

git-svn-id: svn://svn.berlios.de/openocd/trunk@75 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/openocd.c
src/server/gdb_server.c
src/target/arm_disassembler.c