Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/kern Add missing # to fix the non-SCTP case.
details: https://anonhg.NetBSD.org/src/rev/3874d08101f1
branches: pgoyette-compat
changeset: 447551:3874d08101f1
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Jan 15 21:37:44 2019 +0000
description:
Add missing # to fix the non-SCTP case.
diffstat:
sys/kern/compat_stub.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c2025ec97646 -r 3874d08101f1 sys/kern/compat_stub.c
--- a/sys/kern/compat_stub.c Tue Jan 15 12:42:12 2019 +0000
+++ b/sys/kern/compat_stub.c Tue Jan 15 21:37:44 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.c,v 1.1.2.37 2019/01/15 10:52:20 pgoyette Exp $ */
+/* $NetBSD: compat_stub.c,v 1.1.2.38 2019/01/15 21:37:44 pgoyette Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
#ifdef SCTP
void (*vec_sctp_add_ip_address)(struct ifaddr *) = sctp_add_ip_address;
void (*vec_sctp_delete_ip_address)(struct ifaddr *) = sctp_delete_ip_address;
-else
+#else
void (*vec_sctp_add_ip_address)(struct ifaddr *) = NULL;
void (*vec_sctp_delete_ip_address)(struct ifaddr *) = NULL;
#endif
Home |
Main Index |
Thread Index |
Old Index