diff options
author | dawes <dawes> | 2002-05-31 18:45:38 +0000 |
---|---|---|
committer | dawes <dawes> | 2002-05-31 18:45:38 +0000 |
commit | 2fd33ca6c67ed8411fba953e3ebb36d8d9d80d3e (patch) | |
tree | a86022cb200573bd065b6c14cbe7dc32ee9d7c73 /programs/xf86dga | |
parent | 94f9cc6ae5bb3902f7d5cdbeb7b99e2ce55aba07 (diff) |
148. Major OS/2 support update (#5119, Holger Veit).
Diffstat (limited to 'programs/xf86dga')
-rw-r--r-- | programs/xf86dga/dga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/xf86dga/dga.c b/programs/xf86dga/dga.c index ad3842893..e2a7ce437 100644 --- a/programs/xf86dga/dga.c +++ b/programs/xf86dga/dga.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/xf86dga/dga.c,v 3.18 2001/07/23 13:15:52 dawes Exp $ */ +/* $XFree86: xc/programs/xf86dga/dga.c,v 3.19 2001/10/28 03:34:32 tsi Exp $ */ #include <X11/Xos.h> #include <X11/Intrinsic.h> @@ -139,7 +139,7 @@ main(int argc, char *argv[]) } -#ifndef __EMX__ +#ifndef __UNIXOS2__ /* Give up root privs */ setuid(getuid()); #endif |