From 07d63652f3a52adc1f72560c92bb639de8bffbe1 Mon Sep 17 00:00:00 2001 From: eadler Date: Fri, 17 Apr 2015 18:33:59 +0000 Subject: MFC r280206: Implement pax -O option to permit limiting a PAX archive to a single volume. -O Force the archive to be one volume. If a volume ends prematurely, pax will not prompt for a new volume. PR: 198481 --- bin/pax/extern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/pax/extern.h') diff --git a/bin/pax/extern.h b/bin/pax/extern.h index 4375694..dc99e64 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -217,6 +217,7 @@ extern int vflag; extern int Dflag; extern int Hflag; extern int Lflag; +extern int Oflag; extern int Xflag; extern int Yflag; extern int Zflag; -- cgit v1.1