From f3a81aaf54082dc23204a8ed5472b161ed74c6e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 23 Oct 1998 16:22:50 -0700
Subject: [PATCH] bugfix in procfs test

Rev: src/configure.in:1.162
---
 src/configure.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/configure.in b/src/configure.in
index 577c73166e..e4099ddc09 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_REVISION("$Id: configure.in,v 1.161 1998/10/22 11:56:41 grubba Exp $")
+AC_REVISION("$Id: configure.in,v 1.162 1998/10/23 23:22:50 hubbe Exp $")
 AC_INIT(interpret.c)
 AC_CONFIG_HEADER(machine.h)
 
@@ -1553,6 +1553,7 @@ if test "$ac_cv_header_sys_procfs_h" = "yes"; then
 #include <sys/procfs.h>
 #include <sys/fcntl.h>
 int proc_fd;
+long tmp;
 char proc_name[20];
 prusage_t  pru;
 prstatus_t prs;
-- 
GitLab