ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/bin/pax/extern.h
(Generate patch)

Comparing trunk/bin/pax/extern.h (file contents):
Revision 11193 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 11194 by laffer1, Sun Jul 1 15:48:41 2018 UTC

# Line 1 | Line 1
1 + /* $MidnightBSD$ */
2   /*-
3   * Copyright (c) 1992 Keith Muller.
4   * Copyright (c) 1992, 1993
# Line 31 | Line 32
32   * SUCH DAMAGE.
33   *
34   *      @(#)extern.h    8.2 (Berkeley) 4/18/94
35 < * $MidnightBSD$
35 > * $FreeBSD: stable/10/bin/pax/extern.h 281661 2015-04-17 18:33:59Z eadler $
36   */
37  
38   /*
# Line 186 | Line 187 | void options(int, char **);
187   OPLIST * opt_next(void);
188   int opt_add(const char *);
189   int bad_opt(void);
190 < char *chdname;
190 > extern char *chdname;
191  
192   /*
193   * pat_rep.c
# Line 217 | Line 218 | extern int vflag;
218   extern int Dflag;
219   extern int Hflag;
220   extern int Lflag;
221 + extern int Oflag;
222   extern int Xflag;
223   extern int Yflag;
224   extern int Zflag;
# Line 231 | Line 233 | extern int exit_val;
233   extern int docrc;
234   extern char *dirptr;
235   extern const char *argv0;
236 + extern sigset_t s_mask;
237   extern FILE *listf;
238   extern char *tempfile;
239   extern char *tempbase;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines