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

Commit5212ef8

Browse files
committed
Correct definition of srandom() --- it takes unsigned int not int.
1 parent04075a0 commit5212ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ extern long random(void);
237237
/* Set to 1 if you have srandom() */
238238
#undef HAVE_SRANDOM
239239
#ifndefHAVE_SRANDOM
240-
externvoidsrandom(intseed);
240+
externvoidsrandom(unsignedintseed);
241241
#endif
242242

243243
/* Set to 1 if you have libreadline.a */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp