$NetBSD: patch-am,v 1.3 2000/02/23 06:48:56 mycroft Exp $ --- src/cvs.h.orig Sun Jul 26 22:54:11 1998 +++ src/cvs.h Wed Feb 23 01:22:45 2000 @@ -383,6 +383,7 @@ extern int trace; /* Show all commands */ extern int noexec; /* Don't modify disk anywhere */ +extern int nolock; /* Don't create locks */ extern int logoff; /* Don't write history entry */ extern int top_level_admin; @@ -636,6 +637,7 @@ #define RUN_STDOUT_APPEND 0x0004 /* append to stdout, don't truncate */ #define RUN_STDERR_APPEND 0x0008 /* append to stderr, don't truncate */ #define RUN_SIGIGNORE 0x0010 /* ignore interrupts for command */ +#define RUN_UNSETXID 0x0020 /* undo setxid in child */ #define RUN_TTY (char *)0 /* for the benefit of lint */ void run_arg PROTO((const char *s));