=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/aclocal.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/sudo/Attic/aclocal.m4 2002/01/08 15:44:25 1.2 +++ src/usr.bin/sudo/Attic/aclocal.m4 2003/03/15 21:23:53 1.3 @@ -1,6 +1,6 @@ dnl Local m4 macors for autoconf (used by sudo) dnl -dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller +dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller dnl dnl XXX - should cache values in all cases!!! dnl @@ -308,7 +308,7 @@ 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);