blob: 1bfdc771c82fd58617bf593483c156c4e8543352 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-az,v 1.9 2005/04/19 12:39:18 wiz Exp $
--- src/modules.c.orig 2005-03-16 23:01:21.000000000 +0100
+++ src/modules.c
@@ -747,7 +747,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);
}
if (real_prog) free (real_prog);
|