summaryrefslogtreecommitdiffstats
path: root/bin/pax/getoldopt.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r283257:delphij2015-06-051-2/+1
| | | | Eliminate unneeded includes.
* Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.delphij2010-03-301-8/+9
| | | | | Obtained from: OpenBSD MFC after: 3 month
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
|
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-1/+6
| | | | | | WARNS=6, std=c99 clean. Tested on: i386, alpha
* Consistently use FBSDIDobrien2002-06-301-3/+2
|
* o __P has been reovedimp2002-02-021-4/+1
| | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are.
* Sync up with OpenBSD. Too many changes to note, but the major featureskris2001-05-081-0/+71
are: * Implement cpio compatibility mode when pax is invoked as cpio * Extend tar compatibility mode to cover many of the GNU tar single-letter options (bzip2 mode, aka -y/-j is not present in OpenBSD). When invoked as tar, pax is now full-featured enough for use by the ports collection to extract distfiles and create packages. * Many bug fixes to the operation of pax and the tar compatibility modes * Code fixes for things like correct string buffer termination. I tried to preserve existing FreeBSD fixes to this utility; please let me know if I have inadvertently spammed something.
OpenPOWER on IntegriCloud