aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-4/+4
|
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+3
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* Close files before exitGlenn L McGrath2001-01-201-0/+1
|
* Fix warning for unused variableGlenn L McGrath2001-01-031-1/+1
|
* really add dpkg-deb.c this timeGlenn L McGrath2001-01-021-0/+159