mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
regen
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -9102,7 +9102,7 @@ main() {
|
|||||||
if ((f = fopen("conftestdata", "w")) == NULL)
|
if ((f = fopen("conftestdata", "w")) == NULL)
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
(void) sprintf(b, "%u", u);
|
(void) sprintf(b, "%lu", (unsigned long) u);
|
||||||
(void) fprintf(f, "%d\n", strlen(b));
|
(void) fprintf(f, "%d\n", strlen(b));
|
||||||
(void) fclose(f);
|
(void) fclose(f);
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Reference in New Issue
Block a user