From aa1f03de9831d1a79e86b567368f6e5e69f07cb1 Mon Sep 17 00:00:00 2001
From: Theo de Raadt <deraadt@cvs.openbsd.org>
Date: Thu, 11 Jun 1998 06:52:23 +0000
Subject: oops

---
 games/snake/snscore/snscore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'games')

diff --git a/games/snake/snscore/snscore.c b/games/snake/snscore/snscore.c
index ea94d6596de..3f02356aad4 100644
--- a/games/snake/snscore/snscore.c
+++ b/games/snake/snscore/snscore.c
@@ -59,7 +59,7 @@ char *recfile = _PATH_RAWSCORES;
 #define MAXPLAYERS 256
 
 struct	player	{
-	uit_d	uids;
+	uid_t	uids;
 	short	scores;
 	char	*name;
 } players[MAXPLAYERS], temp;
-- 
cgit v1.2.3