Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / cvs / patches / patch-am
1 $NetBSD: patch-am,v 1.2 2000/02/23 01:32:11 mycroft Exp $
2
3 --- src/cvs.h.orig      Sun Jul 26 22:54:11 1998
4 +++ src/cvs.h   Wed Feb 23 01:22:45 2000
5 @@ -383,6 +383,7 @@
6  
7  extern int trace;              /* Show all commands */
8  extern int noexec;             /* Don't modify disk anywhere */
9 +extern int nolock;             /* Don't create locks */
10  extern int logoff;             /* Don't write history entry */
11  
12  extern int top_level_admin;
13 @@ -636,6 +637,7 @@
14  #define        RUN_STDOUT_APPEND       0x0004  /* append to stdout, don't truncate */
15  #define        RUN_STDERR_APPEND       0x0008  /* append to stderr, don't truncate */
16  #define        RUN_SIGIGNORE           0x0010  /* ignore interrupts for command */
17 +#define        RUN_UNSETXID            0x0020  /* undo setxid in child */
18  #define        RUN_TTY         (char *)0       /* for the benefit of lint */
19  
20  void run_arg PROTO((const char *s));