Module Name:    src
Committed By:   pgoyette
Date:           Tue Mar  6 23:39:35 UTC 2018

Modified Files:
        src/sys/net [pgoyette-compat]: if.h

Log Message:
And we need the oifreq definition here, too


To generate a diff of this commit:
cvs rdiff -u -r1.258.2.4 -r1.258.2.5 src/sys/net/if.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if.h
diff -u src/sys/net/if.h:1.258.2.4 src/sys/net/if.h:1.258.2.5
--- src/sys/net/if.h:1.258.2.4	Tue Mar  6 23:31:29 2018
+++ src/sys/net/if.h	Tue Mar  6 23:39:35 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: if.h,v 1.258.2.4 2018/03/06 23:31:29 pgoyette Exp $	*/
+/*	$NetBSD: if.h,v 1.258.2.5 2018/03/06 23:39:35 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -1334,6 +1334,9 @@ int	sysctl_ifq(int *name, u_int namelen,
 }
 
 /* compat function vectors */
+
+#include <compat/sys/sockio.h>
+
 extern int (*vec_compat_ifdatareq)(struct lwp *, u_long, void *);
 extern void (*vec_compat_ifreqo2n)(struct oifreq *, struct ifreq *);
 extern int stub_compat_ifconf(u_long, void *);

Reply via email to