aboutsummaryrefslogtreecommitdiff
path: root/machdep.c
AgeCommit message (Expand)Author
2020-05-14Clean up includes for machdep.c.Guy Harris
2018-01-29Put back an #endif.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2017-08-19Handle attributes for function pointers by checking the compiler version.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2014-09-03Clarify what abort_on_misalignment() does.Guy Harris
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2013-06-22Avoid some warnings from Sun C.Guy Harris
2003-12-15_U_ is defined by the Makefile; we shouldn't redefine it ourselves.guy
2003-11-16Have the configure script arrange that the Makefile define _U_guy
2003-11-15From Neil Spring:guy
2002-09-05Get rid of the "-Wno-unused" flag, and fix up most of theguy
2002-08-06Put in a comment about the #includes we should need.guy
2002-08-01Added support for Win32, based on WinPcap.risso
2001-06-27Declare "snprintf()" if we are pulling in our own "snprintf()", so thatguy
2000-01-17s/sprintf/snprintf/.itojun
1999-11-21Switch to config.h instead of passing defines in DEFS.fenner
1999-10-07Initial revisionmcr