diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 04:45:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 04:45:31 +0000 |
commit | 7b4cbf83946cbb91e3fd2bf61fe046dfd5c4ee5f (patch) | |
tree | b5f687fc83f229a41b2f9ca21efa88f9abdb089d /games/larn/header.h | |
parent | d33c9b2df3efffe546c33096d0a3122edf923b40 (diff) |
security fixes
Diffstat (limited to 'games/larn/header.h')
-rw-r--r-- | games/larn/header.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/larn/header.h b/games/larn/header.h index 01b7487bd08..e76da385807 100644 --- a/games/larn/header.h +++ b/games/larn/header.h @@ -1,7 +1,9 @@ -/* $NetBSD: header.h,v 1.7 1995/04/24 12:23:54 cgd Exp $ */ +/* $NetBSD: header.h,v 1.7.6.1 1996/05/27 15:54:20 mrg Exp $ */ /* header.h Larn is copyrighted 1986 by Noah Morgan. */ +#include <sys/types.h> + #define MAXLEVEL 11 /* max # levels in the dungeon */ #define MAXVLEVEL 3 @@ -346,6 +348,7 @@ extern short diroffx[],diroffy[],hitflag,hit2flag,hit3flag,hitp[MAXX][MAXY]; extern short iarg[MAXX][MAXY],ivenarg[],lasthx,lasthy,lastnum,lastpx,lastpy; extern short nobeep,oldx,oldy,playerx,playery; extern int dayplay,enable_scroll,srcount,yrepcount,userid,wisid,lfd,fd; +extern uid_t uid, euid; extern long initialtime,outstanding_taxes,skill[],gtime,c[],cbak[]; extern unsigned long randx; extern struct cel *cell; |