diff options
author | tb <tb@cvs.openbsd.org> | 2015-11-20 07:40:24 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2015-11-20 07:40:24 +0000 |
commit | 39faf00d70ccbfc834c0a533f3218db0d10be7c9 (patch) | |
tree | 8346e99a5f1a02bc68af6c2321685a159a27b297 /games/tetris/tetris.h | |
parent | 04363d08f16cfc7a5f14329e5a5818251725a071 (diff) |
pledge "stdio rpath wpath cpath tty"
"stdio rpath tty" for game play
"rpath wpath cpath" for maintaining highscores in $USER
ok deraadt@ sthen@
Diffstat (limited to 'games/tetris/tetris.h')
-rw-r--r-- | games/tetris/tetris.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tetris/tetris.h b/games/tetris/tetris.h index 4de192d8e5c..5eb3421db77 100644 --- a/games/tetris/tetris.h +++ b/games/tetris/tetris.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tetris.h,v 1.10 2008/08/10 12:23:25 krw Exp $ */ +/* $OpenBSD: tetris.h,v 1.11 2015/11/20 07:40:23 tb Exp $ */ /* $NetBSD: tetris.h,v 1.2 1995/04/22 07:42:48 cgd Exp $ */ /*- @@ -167,7 +167,6 @@ extern long fallrate; /* less than 1 million; smaller => faster */ #define PRE_PENALTY 0.75 extern int score; /* the obvious thing */ -extern gid_t gid, egid; extern char key_msg[100]; extern int showpreview; |