summaryrefslogtreecommitdiffstats
path: root/games/trek/rest.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
committerbillf <billf@FreeBSD.org>1999-11-16 02:58:06 +0000
commit44fac3a89d25ca434f91c4f961a363ea590faae8 (patch)
treea0cca4d47c73890ff2acd4b0d9331509ac360eb2 /games/trek/rest.c
parentecc8d489403ddff78c214db39def15049d5dae6a (diff)
downloadFreeBSD-src-44fac3a89d25ca434f91c4f961a363ea590faae8.zip
FreeBSD-src-44fac3a89d25ca434f91c4f961a363ea590faae8.tar.gz
Sync our register usage with NetBSD's (non-)usage.
Diffstat (limited to 'games/trek/rest.c')
-rw-r--r--games/trek/rest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/rest.c b/games/trek/rest.c
index 224c0fc..09f3f58 100644
--- a/games/trek/rest.c
+++ b/games/trek/rest.c
@@ -57,7 +57,7 @@ static char sccsid[] = "@(#)rest.c 8.1 (Berkeley) 5/31/93";
rest()
{
double t;
- register int percent;
+ int percent;
/* get the time to rest */
t = getfltpar("How long");
OpenPOWER on IntegriCloud