summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-skip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining instances of the register keyword.mmcc2015-11-161-9/+5
| | | | ok deraadt@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-3/+1
|
* typos; ok jmc@martynas2007-11-261-2/+2
| | | | | sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
* it is 3.2 now.mickey1996-07-131-1/+2
|
* Updating to the latest LBL release.mickey1996-03-041-0/+919
Sun's SKIP support added.