summaryrefslogtreecommitdiff
path: root/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up includes for machdep.c.Guy Harris2020-05-141-7/+2
* Put back an #endif.Guy Harris2018-01-291-0/+2
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-5/+0
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-9/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Clarify what abort_on_misalignment() does.Guy Harris2014-09-031-0/+9
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Avoid some warnings from Sun C.Guy Harris2013-06-221-1/+4
* _U_ is defined by the Makefile; we shouldn't redefine it ourselves.guy2003-12-151-3/+1
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-8/+4
* From Neil Spring:guy2003-11-151-4/+8
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-6/+8
* Put in a comment about the #includes we should need.guy2002-08-061-1/+7
* Added support for Win32, based on WinPcap.risso2002-08-011-2/+3
* Declare "snprintf()" if we are pulling in our own "snprintf()", so thatguy2001-06-271-2/+11
* s/sprintf/snprintf/.itojun2000-01-171-3/+3
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Initial revisionmcr1999-10-071-0/+47