$NetBSD: patch-ab,v 1.1.1.1 2006/08/03 15:09:49 salo Exp $

--- libpcap-0.9.1-kis/pcap-int.h.orig	2005-08-16 01:22:47.000000000 +0000
+++ libpcap-0.9.1-kis/pcap-int.h
@@ -52,6 +52,14 @@ extern "C" {
 #endif
 
 /*
+ * Ultrix, DEC OSF/1^H^H^H^H^H^H^H^H^HDigital UNIX^H^H^H^H^H^H^H^H^H^H^H^H
+ * Tru64 UNIX, and NetBSD pad to make everything line up on a nice boundary.
+ */
+#if defined(ultrix) || defined(__osf__) || defined(__NetBSD__)
+#define       PCAP_FDDIPAD 3
+#endif
+
+/*
  * Savefile
  */
 typedef enum {
@@ -239,14 +247,6 @@ int	pcap_offline_read(pcap_t *, int, pca
 int	pcap_read(pcap_t *, int cnt, pcap_handler, u_char *);
 
 
-/*
- * Ultrix, DEC OSF/1^H^H^H^H^H^H^H^H^HDigital UNIX^H^H^H^H^H^H^H^H^H^H^H^H
- * Tru64 UNIX, and NetBSD pad to make everything line up on a nice boundary.
- */
-#if defined(ultrix) || defined(__osf__) || defined(__NetBSD__)
-#define       PCAP_FDDIPAD 3
-#endif
-
 #ifndef HAVE_STRLCPY
 #define strlcpy(x, y, z) \
 	(strncpy((x), (y), (z)), \
