Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbce901a

Browse files
committed
Win32 new files.
1 parent7a6b562 commitbce901a

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

‎src/win32/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add the included headers endian.h into Cygwin's include/, tcp.h into
2+
include/netinet, and un.h into include/sys.
3+

‎src/win32/endian.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef_ENDIAN_H_
2+
#define_ENDIAN_H_
3+
4+
/* JKR added file, all hacks will be in the files added, not in EGCS */
5+
6+
#include<sys/param.h>
7+
8+
#endif

‎src/win32/tcp.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef_INET_TCP_
2+
#define_INET_TCP_
3+
4+
/* JKR added file, all hacks will be in the files added, not in EGCS */
5+
6+
#endif/* _INET_TCP_ */

‎src/win32/un.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#ifndef_SYS_UN_H
2+
#define_SYS_UN_H
3+
4+
/* JKR added file, all hacks will be in the files added, not in EGCS */
5+
6+
structsockaddr_un {
7+
shortsun_family;/* AF_UNIX */
8+
charsun_path[108];/* path name (gag) */
9+
};
10+
11+
#endif/* _SYS_UN_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp