From 626903439b2df287fd31ab00fa78eea25ae0a22d Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Jun 2002 22:17:37 +0000 Subject: de-register --- tetris/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tetris/input.c') diff --git a/tetris/input.c b/tetris/input.c index b21ad834..e20c45e4 100644 --- a/tetris/input.c +++ b/tetris/input.c @@ -1,4 +1,4 @@ -/* $NetBSD: input.c,v 1.4 1999/01/03 02:00:17 hubertf Exp $ */ +/* $NetBSD: input.c,v 1.5 2002/06/02 22:17:38 wiz Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -76,7 +76,7 @@ */ int rwait(tvp) - register struct timeval *tvp; + struct timeval *tvp; { int i; struct timeval starttv, endtv, *s; -- cgit v1.2.3