Remove redundant sys/types.h #include directives (now in types.h).
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 May 2009 02:27:16 +0000 (02:27 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 May 2009 02:27:16 +0000 (02:27 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1700 b42882b7-edfa-0310-969c-e2dbd0fdcd60

21 files changed:
src/ecosboard.c
src/flash/flash.c
src/flash/mflash.c
src/helper/fileio.c
src/helper/fileio.h
src/helper/ioutil.c
src/jtag/gw16012.c
src/jtag/parport.c
src/jtag/rlink/rlink.h
src/openocd.c
src/pld/pld.c
src/pld/xilinx_bit.c
src/server/httpd.c
src/server/server.c
src/server/server.h
src/svf/svf.c
src/target/arm7_9_common.c
src/target/avrt.c
src/target/target.c
src/target/xscale.c
src/xsvf/xsvf.c

index 0784c55333ae3a16ec79f195ac33556513d4e08a..3668c0fc74134d2d4e6cacedbc02290c1a79eeed 100644 (file)
@@ -39,7 +39,6 @@
 
 #include <time_support.h>
 #include <sys/time.h>
-#include <sys/types.h>
 #include <strings.h>
 #include <stdio.h>
 #include <stdlib.h>
index a23cbb9f7b46a47f09d0a996c0e85f46b7237480..0ad6c7a6a3e1869c47c6c5082a6a1cece57f4baa 100644 (file)
@@ -42,7 +42,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
 #include <inttypes.h>
index 08aad9f1d2f9c5ddc7d89c5a9a8239369774488c..451d942b1e7717b0ea599b4a9c4ac402755f445c 100644 (file)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
 #include <inttypes.h>
index c8d30da48197fa4be625c65be44861fee4a046c4..070c0ac5e62fcd990fe55b41e954004d98916609 100644 (file)
@@ -38,7 +38,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
 #include <ctype.h>
index 41f3a788be75fd77b303454313fc3978190739b4..c764082e9e37e1ebe349a94c10596685784f8d21 100644 (file)
@@ -33,7 +33,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
 #include <ctype.h>
index 8fdbb2b66facff436898270543b9a5da3defb826..ef9c0cebfb14af5201cee553082c4abccb4a4550 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <time_support.h>
 #include <sys/time.h>
-#include <sys/types.h>
 #include <strings.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -53,7 +52,6 @@
 #include <netinet/in.h>
 #include <net/if.h>
 #include <arpa/inet.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
 #include <netinet/in.h>
index dd306f962a7fb956ef5d9544495a5a03447d6cb5..720744a0b4565f4a95cbc039b86eb0fbdfdd0acf 100644 (file)
@@ -33,7 +33,6 @@
 /*  -ino: 060521-1036 */
 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 
-#include <sys/types.h>
 #include <machine/sysarch.h>
 #include <machine/cpufunc.h>
 #define ioperm(startport,length,enable)\
index 9cb06ea3db494373230ae794301d8271d751f4e1..5f48d3af2de1f3b07967c6a9af2e1c8880e406a1 100644 (file)
@@ -33,7 +33,6 @@
 /* -ino: 060521-1036 */
 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 
-#include <sys/types.h>
 #include <machine/sysarch.h>
 #include <machine/cpufunc.h>
 #define ioperm(startport,length,enable)\
index aa066d736c68b471eb2d5073f05b42d50abdb2de..d24bbe797a5ada9471007917f7ec50583e8f4880 100644 (file)
@@ -19,7 +19,6 @@
  ***************************************************************************/
 
 #include "types.h"
-#include <sys/types.h>
 
 typedef
 struct rlink_speed_table_s {
index 7e8b7cdf3ac905eafe8a7ffd1f1991e590403b4b..839a6bb10d1a07052f6158c35916493044768c6d 100644 (file)
@@ -47,7 +47,6 @@
 #include "tcl_server.h"
 
 #include <sys/time.h>
-#include <sys/types.h>
 #include <strings.h>
 #include <stdio.h>
 #include <stdlib.h>
index 7325a209a815c1056356928e2665ef2d9f333886..39571400a69fb602b1525bb6a8b5b1fd2a6029f6 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <stdlib.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>
index 8dd2ee460ccd738e3cf755a4b4cfe25d4752694e..35cf2f9f95aa40df8903f3a941b715da426dc327 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <stdlib.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>
index d94d4f2e588e4ad21654822017631d98ff54cb3a..6a4302f99c173440c8c8b818162acc2b8a89c6b5 100644 (file)
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <fcntl.h>
 #include <pthread.h>
 #include <signal.h>
 
-#include <sys/types.h>
 #include <sys/select.h>
 #include <sys/socket.h>
 #include <microhttpd.h>
index 22e01c61eb004df87ff49cf8b122eaf02412fb1a..2c5f643e5ac46beb6f4dafd132d90789493f7320 100644 (file)
@@ -40,7 +40,6 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <fcntl.h>
 #include <signal.h>
 #ifndef _WIN32
index 451ac6f775bd15bcdbc0f1cab425832cd9128c9e..2268c310ccd409df6ba3813bea10c1cbe8f03f5c 100644 (file)
@@ -30,8 +30,6 @@
 #include "binarybuffer.h"
 #include "replacements.h"
 
-#include <sys/types.h>
-
 enum connection_type
 {
        CONNECTION_TCP,
index 93f8ba44abc1f878813db71cff73c474ead884b1..ea60671c1af79aa8edf042e28071e33b6501d6a5 100644 (file)
@@ -42,7 +42,6 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>
index b7f4a4df4c697c2aca12658cb8c4b1dfc470cf6e..6a7b77c4ae441eb58868db154ae2bf3340c90767 100644 (file)
@@ -48,7 +48,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <errno.h>
index af692dd3f9cd6dca16fa66eaa977523c8c7fb449..e438fcc463a0d1ab8e8c9f214a216d80cfeab061 100644 (file)
@@ -37,7 +37,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <sys/types.h>
 #include <unistd.h>
 #include <errno.h>
 
index 8a38f1fb53a4466c5b9c55d78a348c7a8916a774..29bf8337f7d2ca73325d19800043ddf92c1f9675 100644 (file)
@@ -46,7 +46,6 @@
 #include <stdlib.h>
 #include <inttypes.h>
 
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <errno.h>
index bba20eabcf7ca4b1d5545318726a394229636090..a18fe9af8df11bf49d6036ab256bc0d291a34b13 100644 (file)
@@ -44,7 +44,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <sys/types.h>
 #include <unistd.h>
 #include <errno.h>
 
index da0cb20c053989abf37de09b08b5cfa9e7e3b169..e9b0a00828c80f6cbc2f29052d32e7676c490514 100644 (file)
@@ -49,7 +49,6 @@
 
 #include <stdlib.h>
 #include <unistd.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)