From: Todd C. Miller Date: Thu, 13 Mar 2003 17:00:51 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_6_7~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=006e64f61e035b61deb958b0ed2fa84d76547b14;p=sudo regen --- diff --git a/configure b/configure index cecb237ea..f4d82c775 100755 --- a/configure +++ b/configure @@ -9102,7 +9102,7 @@ main() { if ((f = fopen("conftestdata", "w")) == NULL) exit(1); - (void) sprintf(b, "%u", u); + (void) sprintf(b, "%lu", (unsigned long) u); (void) fprintf(f, "%d\n", strlen(b)); (void) fclose(f); exit(0);