$OpenBSD: patch-tools_expr_exeval_c,v 1.1.1.1 2001/06/09 20:38:01 espie Exp $
--- tools/expr/exeval.c.orig	Tue May 22 13:16:47 2001
+++ tools/expr/exeval.c	Tue May 22 13:17:04 2001
@@ -11,6 +11,9 @@
 
 /* #include <tm.h> */
 
+#define strtoll	strtoq
+#define strtoull strtouq
+
 static Extype_t	eval(Expr_t*, Exnode_t*, void*);
 
 #define TOTNAME		4
