blob: ba8d77c780e65788d06adac74fea4732c65d3880 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-az,v 1.6 2004/03/04 20:54:40 wiz Exp $
--- src/modules.c.orig Thu Feb 12 20:56:15 2004
+++ src/modules.c
@@ -734,7 +734,8 @@ module `%s' is a request for a file in a
cvs_output ("'\n", 0);
cvs_flushout ();
}
- err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL);
+ err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY,
+ RUN_NORMAL | RUN_UNSETXID);
free (expanded_path);
}
free (real_prog);
|