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 a comment for the SCTP section, as wa...
details: https://anonhg.NetBSD.org/src/rev/cea4cb82b6f2
branches: pgoyette-compat
changeset: 447552:cea4cb82b6f2
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Jan 15 22:01:26 2019 +0000
description:
Add a comment for the SCTP section, as was done for the NTP section
diffstat:
sys/kern/compat_stub.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 3874d08101f1 -r cea4cb82b6f2 sys/kern/compat_stub.c
--- a/sys/kern/compat_stub.c Tue Jan 15 21:37:44 2019 +0000
+++ b/sys/kern/compat_stub.c Tue Jan 15 22:01:26 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.c,v 1.1.2.38 2019/01/15 21:37:44 pgoyette Exp $ */
+/* $NetBSD: compat_stub.c,v 1.1.2.39 2019/01/15 22:01:26 pgoyette Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -64,6 +64,12 @@
void (*vec_ntp_adjtime1)(struct timex *) = NULL;
#endif
+/*
+ * Routine vectors for sctp (called from within rtsock)
+ *
+ * MP-hooks not needed since the SCTP code is not modular
+ */
+
#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;
Home |
Main Index |
Thread Index |
Old Index