summaryrefslogtreecommitdiff
path: root/libarchive/archive_pack_dev.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify header style, header guard comes firstMartin Matuska2020-01-131-3/+3
| | | | Found by LGTM.com code analysis
* Avoid using name 'u_long'Brad King2015-10-261-2/+1
| | | | | The system headers on some platforms define a 'u_long' type so we cannot use the name. Spell out 'unsigned long' instead.
* Add the device parsing logic. It allows mtree's libarchive toJean-Yves Migeon2013-09-031-0/+50
parse device entries like NetBSD's mtree and its multiple possible format: native, 386bsd, 4bsd, bsdos, freebsd, hpux, isc, linux, netbsd, osf1, sco, solaris, sunos, svr3, svr4, and ultrix.