Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/net Declare the compat_ifconf vector, not the ...
details: https://anonhg.NetBSD.org/src/rev/56c375f38263
branches: pgoyette-compat
changeset: 320966:56c375f38263
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Mar 06 23:48:34 2018 +0000
description:
Declare the compat_ifconf vector, not the stub.
diffstat:
sys/net/if.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4c741cf42118 -r 56c375f38263 sys/net/if.h
--- a/sys/net/if.h Tue Mar 06 23:46:14 2018 +0000
+++ b/sys/net/if.h Tue Mar 06 23:48:34 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.258.2.5 2018/03/06 23:39:35 pgoyette Exp $ */
+/* $NetBSD: if.h,v 1.258.2.6 2018/03/06 23:48:34 pgoyette Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -1339,7 +1339,7 @@
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 *);
+extern int vec_compat_ifconf(u_long, void *);
#endif /* _NETBSD_SOURCE */
#endif /* !_NET_IF_H_ */
Home |
Main Index |
Thread Index |
Old Index