summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgildea <empty>1994-08-30 00:11:27 +0000
committergildea <empty>1994-08-30 00:11:27 +0000
commit1ccb716490a8412965236d2599622b9787921e68 (patch)
tree51f478cdece6f7ff070322c3ce36305b301650f2
parent0857bcf9d8d72bf5f8407de7d9d62983c0e5df6d (diff)
rename local to avoid shadowd9408
August 1994 distribution
-rw-r--r--xc/unsupported/programs/xmessage/xmessage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/unsupported/programs/xmessage/xmessage.c b/xc/unsupported/programs/xmessage/xmessage.c
index e20d7e385..837687f8c 100644
--- a/xc/unsupported/programs/xmessage/xmessage.c
+++ b/xc/unsupported/programs/xmessage/xmessage.c
@@ -1,4 +1,4 @@
-static char*id="$XConsortium: xmessage.c,v 1.3 94/04/17 20:45:57 gildea Exp $";
+static char*id="$XConsortium: xmessage.c,v 1.4 94/06/03 15:58:35 gildea Exp gildea $";
/*
Copyright (c) 1988, 1991, 1994 X Consortium
@@ -351,9 +351,9 @@ position_near_center(shell)
/* ARGSUSED */
static void
-time_out(client_data, id)
+time_out(client_data, iid)
XtPointer client_data;
- XtIntervalId *id;
+ XtIntervalId *iid;
{
exit(0);
}