$OpenBSD: patch-texk_web2c_lib_input2int_c,v 1.1 2005/02/21 21:36:07 sturm Exp $
--- texk/web2c/lib/input2int.c.orig	Sat Feb 19 15:58:06 2005
+++ texk/web2c/lib/input2int.c	Sat Feb 19 15:58:26 2005
@@ -11,7 +11,7 @@ zinput2ints P2C(integer *, a,  integer *
 {
   int ch;
 
-  while (scanf ("%ld %ld", a, b) != 2)
+  while (scanf ("%d %d", a, b) != 2)
     {
       while ((ch = getchar ()) != EOF && ch != '\n');
       if (ch == EOF) return;
@@ -29,7 +29,7 @@ zinput3ints P3C(integer *, a,  integer *
 {
   int ch;
 
-  while (scanf ("%ld %ld %ld", a, b, c) != 3)
+  while (scanf ("%d %d %d", a, b, c) != 3)
     {
       while ((ch = getchar ()) != EOF && ch != '\n');
       if (ch == EOF) return;
