summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-29 18:38:47 +0000
committerderaadt <deraadt@openbsd.org>2003-07-29 18:38:47 +0000
commita65ef95eb71299351f90d4d7a4201f639850b0a2 (patch)
treee0e9c97920ddb495f5e70a470a1c49d9606de3d0 /usr.bin/diff/diffreg.c
parentspaces (diff)
downloadwireguard-openbsd-a65ef95eb71299351f90d4d7a4201f639850b0a2.tar.xz
wireguard-openbsd-a65ef95eb71299351f90d4d7a4201f639850b0a2.zip
clean
Diffstat (limited to 'usr.bin/diff/diffreg.c')
-rw-r--r--usr.bin/diff/diffreg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c
index 33a2cd31581..86237b1cb9c 100644
--- a/usr.bin/diff/diffreg.c
+++ b/usr.bin/diff/diffreg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diffreg.c,v 1.44 2003/07/27 18:58:26 millert Exp $ */
+/* $OpenBSD: diffreg.c,v 1.45 2003/07/29 18:38:47 deraadt Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -65,7 +65,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.44 2003/07/27 18:58:26 millert Exp $";
+static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.45 2003/07/29 18:38:47 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -626,7 +626,7 @@ stone(int *a, int n, int *b, int *c)
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;