Added all debian changes

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5088 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
1999-09-08 23:57:33 +00:00
parent 03272d67da
commit 0b460a9541
13 changed files with 642 additions and 34 deletions

View File

@@ -158,8 +158,9 @@ sync_exists(game)
struct stat s;
time_t t;
(void) sprintf(buf, _PATH_SYNC, game);
/* (void) sprintf(buf, _PATH_SYNC, game);*/
(void) time(&t);
setegid(egid);
if (stat(buf, &s) < 0) {
setegid(gid);