mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
Added all debian changes
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5088 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user