This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
- remove unused includes, fixes build issues under FreeBSD
git-svn-id: svn://svn.berlios.de/openocd/trunk@1341 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak
14 years ago
parent
ae76a671b5
commit
0bcbff348b
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
src/openocd.c
+ 0
- 8
src/openocd.c
View File
@@ -57,14 +57,6 @@
#include <unistd.h>
#include <errno.h>
#ifdef _WIN32
#include <malloc.h>
#else
#include <alloca.h>
#endif
#include "replacements.h"
void print_version(void)
{
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
Write
Preview
Loading…
Cancel
Save