Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-02-13 18:16:33 +0300
committerChristopher Faylor <me@cgf.cx>2003-02-13 18:16:33 +0300
commit9bebf38451f16f1a649c1a5534208acd40b39442 (patch)
tree7115f2230c265ae33e50201fafbd01aedf5607a7 /winsup/cygwin/include
parent2858de3a00a05b48a0a200d8064665fad6f7ab6d (diff)
oops.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/in.h b/winsup/cygwin/include/cygwin/in.h
index ed73b26db..58ebb0e7d 100644
--- a/winsup/cygwin/include/cygwin/in.h
+++ b/winsup/cygwin/include/cygwin/in.h
@@ -103,7 +103,7 @@ struct sockaddr_in
struct in_addr sin_addr; /* Internet address */
/* Pad to size of `struct sockaddr'. */
- unsigned chari __pad[__SOCK_SIZE__ - sizeof(short int)
+ unsigned char __pad[__SOCK_SIZE__ - sizeof(short int)
- sizeof(unsigned short int) - sizeof(struct in_addr)];
};
#define sin_zero __pad /* for BSD UNIX comp. -FvK */