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/0720dbe45efb
branches: pgoyette-compat
changeset: 320964:0720dbe45efb
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 0d0b16c800da -r 0720dbe45efb 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