Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Change return value of if_initialize() and if_attach...
details: https://anonhg.NetBSD.org/src/rev/3b7999d46678
branches: trunk
changeset: 357018:3b7999d46678
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Oct 23 09:35:35 2017 +0000
description:
Change return value of if_initialize() and if_attach() from void to int.
Welcome to 8.99.4
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ac9d7a580ebb -r 3b7999d46678 sys/sys/param.h
--- a/sys/sys/param.h Mon Oct 23 09:32:55 2017 +0000
+++ b/sys/sys/param.h Mon Oct 23 09:35:35 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.547 2017/10/10 17:20:42 jdolecek Exp $ */
+/* $NetBSD: param.h,v 1.548 2017/10/23 09:35:35 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 899000400 /* NetBSD 8.99.4 */
+#define __NetBSD_Version__ 899000500 /* NetBSD 8.99.4 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index