]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 13 Mar 2003 17:00:51 +0000 (17:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 13 Mar 2003 17:00:51 +0000 (17:00 +0000)
configure

index cecb237eacd489c9917d1c6f1a3f3a39cd7e85fa..f4d82c775314a3f8dcf043c71739713aedbb7903 100755 (executable)
--- 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);