From 21ed062692e48f16f7661a751bdf1107b06e4d7e Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Fri, 18 Mar 1983 22:31:43 -0800 Subject: [PATCH] Added SETUID define SCCS-vsn: games/sail/machdep.h 1.3 --- usr/src/games/sail/machdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/games/sail/machdep.h b/usr/src/games/sail/machdep.h index f009311400..8058b3683f 100644 --- a/usr/src/games/sail/machdep.h +++ b/usr/src/games/sail/machdep.h @@ -1,10 +1,11 @@ /* - * sccsid = "@(#)machdep.h 1.2 %G%"; + * sccsid = "@(#)machdep.h 1.3 %G%"; */ #define LOGFILE "/usr/public/.shipslog" #define DRIVER "/usr/public/.driver" #define DRIVERNAME ".driver" #define UCBCORY #define SAILLOGDEF 0 /* don't look up usernames */ +#define SETUID /* player and driver run setuid */ #define BUFSIZE 2024 -- 2.20.1