summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-az
blob: 798782d32f95008eb751068dd695f7e48d32f5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-az,v 1.4 2003/07/12 09:19:20 wiz Exp $

--- src/modules.c.orig	Sat Apr 26 20:30:13 2003
+++ src/modules.c
@@ -697,7 +697,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);