=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diffreg.c,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/diff/diffreg.c 2003/07/27 18:58:26 1.44 --- src/usr.bin/diff/diffreg.c 2003/07/29 18:38:47 1.45 *************** *** 1,4 **** ! /* $OpenBSD: diffreg.c,v 1.44 2003/07/27 18:58:26 millert Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. --- 1,4 ---- ! /* $OpenBSD: diffreg.c,v 1.45 2003/07/29 18:38:47 deraadt Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. *************** *** 65,71 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.44 2003/07/27 18:58:26 millert Exp $"; #endif /* not lint */ #include --- 65,71 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.45 2003/07/29 18:38:47 deraadt Exp $"; #endif /* not lint */ #include *************** *** 626,632 **** int i, k, y, j, l; int oldc, tc, oldl; u_int loopcount; ! const u_int bound = dflag ? UINT_MAX : max(256, isqrt(n)); k = 0; --- 626,632 ---- int i, k, y, j, l; int oldc, tc, oldl; u_int loopcount; ! const u_int bound = dflag ? UINT_MAX : max(256, isqrt(n)); k = 0;