summaryrefslogtreecommitdiff
path: root/devel/scmcvs/patches/patch-am
blob: 1b56961163eae714d34ca9f47c7cc0eae26f3b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-am,v 1.3 2013/10/14 06:51:02 adam Exp $

--- src/cvs.h.orig	2005-10-02 15:17:20.000000000 +0000
+++ src/cvs.h
@@ -371,6 +371,7 @@ extern int really_quiet, quiet;
 extern int use_editor;
 extern int cvswrite;
 extern mode_t cvsumask;
+extern char *RCS_citag;
 
 /* Temp dir abstraction.  */
 /* From main.c.  */
@@ -395,6 +396,7 @@ int safe_location (char *);
 
 extern int trace;		/* Show all commands */
 extern int noexec;		/* Don't modify disk anywhere */
+extern int nolock;		/* Don't create locks */
 extern int readonlyfs;		/* fail on all write locks; succeed all read locks */
 extern int logoff;		/* Don't write history entry */
 
@@ -674,6 +676,7 @@ void read_cvsrc (int *argc, char ***argv
 #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_add_arg_p (int *, size_t *, char ***, const char *s);