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

Commit680ea6a

Browse files
committed
Looks like we can't declare getpeereid on Windows anyway.
... for lack of the uid_t and gid_t typedefs. Per buildfarm.
1 parent2021c5a commit680ea6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ extern void srand48(long seed);
395395
externintgetopt(intnargc,char*const*nargv,constchar*ostr);
396396
#endif
397397

398-
#ifndefHAVE_GETPEEREID
398+
#if !defined(HAVE_GETPEEREID)&& !defined(WIN32)
399399
externintgetpeereid(intsock,uid_t*uid,gid_t*gid);
400400
#endif
401401

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp