diff options
Diffstat (limited to 'src/win32')
| -rw-r--r-- | src/win32/README | 3 | ||||
| -rw-r--r-- | src/win32/endian.h | 8 | ||||
| -rw-r--r-- | src/win32/tcp.h | 6 | ||||
| -rw-r--r-- | src/win32/un.h | 12 |
4 files changed, 0 insertions, 29 deletions
diff --git a/src/win32/README b/src/win32/README deleted file mode 100644 index 0e1383f93d..0000000000 --- a/src/win32/README +++ /dev/null @@ -1,3 +0,0 @@ -Add the included headers endian.h into Cygwin's include/, tcp.h into -include/netinet, and un.h into include/sys. - diff --git a/src/win32/endian.h b/src/win32/endian.h deleted file mode 100644 index 44007a1043..0000000000 --- a/src/win32/endian.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _ENDIAN_H_ -#define _ENDIAN_H_ - -/* JKR added file, all hacks will be in the files added, not in EGCS */ - -#include <sys/param.h> - -#endif /* _ENDIAN_H_ */ diff --git a/src/win32/tcp.h b/src/win32/tcp.h deleted file mode 100644 index 48de4ad556..0000000000 --- a/src/win32/tcp.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _INET_TCP_ -#define _INET_TCP_ - -/* JKR added file, all hacks will be in the files added, not in EGCS */ - -#endif /* _INET_TCP_ */ diff --git a/src/win32/un.h b/src/win32/un.h deleted file mode 100644 index 971a6fb2f5..0000000000 --- a/src/win32/un.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _SYS_UN_H -#define _SYS_UN_H - -/* JKR added file, all hacks will be in the files added, not in EGCS */ - -struct sockaddr_un -{ - short sun_family; /* AF_UNIX */ - char sun_path[108]; /* path name (gag) */ -}; - -#endif /* _SYS_UN_H */ |
