]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/header.h
oops, we do need privs. do the right seteuid() thing.
[bsdgames-darwin.git] / larn / header.h
index 01b7487bd087f3e3c6c7fa9fb436075541b0dfc3..f61622291dbb4137f16b9e7507ee6cd1e53038b8 100644 (file)
@@ -1,7 +1,9 @@
-/*     $NetBSD: header.h,v 1.7 1995/04/24 12:23:54 cgd Exp $   */
+/*     $NetBSD: header.h,v 1.8 1996/05/22 00:36:04 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;