summaryrefslogtreecommitdiffstats
path: root/games/dm
diff options
context:
space:
mode:
Diffstat (limited to 'games/dm')
-rw-r--r--games/dm/dm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dm/dm.c b/games/dm/dm.c
index 0e63a73..d20de60 100644
--- a/games/dm/dm.c
+++ b/games/dm/dm.c
@@ -252,7 +252,7 @@ load()
users()
{
- register int nusers, utmp;
+ int nusers, utmp;
struct utmp buf;
if ((utmp = open(_PATH_UTMP, O_RDONLY, 0)) < 0) {
@@ -268,7 +268,7 @@ users()
nogamefile()
{
- register int fd, n;
+ int fd, n;
char buf[BUFSIZ];
if ((fd = open(_PATH_NOGAMES, O_RDONLY, 0)) >= 0) {
OpenPOWER on IntegriCloud