]> The Tcpdump Group git mirrors - tcpdump/blobdiff - machdep.h
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / machdep.h
index f648103598f1b1c877d317a368ccf2174635b11c..d1c7d4b5c55b5e296537a2dd0347ff52c43a33be 100644 (file)
--- a/machdep.h
+++ b/machdep.h
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @(#) $Header: /tcpdump/master/tcpdump/machdep.h,v 1.1 1999-10-07 23:47:10 mcr Exp $ (LBL)
  */
 #ifndef tcpdump_machdep_h
 #define tcpdump_machdep_h
 
-int abort_on_misalignment(char *);
+int abort_on_misalignment(char *, size_t);
 #endif