Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/net And we need the oifreq definition here, too



details:   https://anonhg.NetBSD.org/src/rev/345b075957e1
branches:  pgoyette-compat
changeset: 830376:345b075957e1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 06 23:39:35 2018 +0000

description:
And we need the oifreq definition here, too

diffstat:

 sys/net/if.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c280d06b724a -r 345b075957e1 sys/net/if.h
--- a/sys/net/if.h      Tue Mar 06 23:31:29 2018 +0000
+++ b/sys/net/if.h      Tue Mar 06 23:39:35 2018 +0000
@@ -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 @@
 }
 
 /* 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 *);



Home | Main Index | Thread Index | Old Index