summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguy <guy>2002-08-06 04:40:11 +0000
committerguy <guy>2002-08-06 04:40:11 +0000
commitfacb08068a8223b743859fabc2778f1198370fd4 (patch)
tree2aba91883a3834840862620dfe9b5d897bf9229c
parentb53994535a4f53c1411b6b37fdd1e40a21263bbc (diff)
downloadtcpdump-facb08068a8223b743859fabc2778f1198370fd4.tar.gz
Put in a comment about the #includes we should need.
-rw-r--r--machdep.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/machdep.c b/machdep.c
index 69efaa04..d789c283 100644
--- a/machdep.c
+++ b/machdep.c
@@ -21,13 +21,19 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/machdep.c,v 1.8 2002-08-01 08:52:58 risso Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/machdep.c,v 1.9 2002-08-06 04:40:11 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+/*
+ * XXX - all we need, on platforms other than DEC OSF/1 (a/k/a Digital UNIX,
+ * a/k/a Tru64 UNIX), is "size_t", which is a standard C type; what do we
+ * need to do to get it defined? This is clearly wrong, as we shouldn't
+ * have to include UNIX or Windows system header files to get it.
+ */
#include <tcpdump-stdinc.h>
#ifdef __osf__