Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/modules/compat_50 As far as I can tell, neithe...



details:   https://anonhg.NetBSD.org/src/rev/5f0c45b9c063
branches:  pgoyette-compat
changeset: 447524:5f0c45b9c063
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 15 01:12:30 2019 +0000

description:
As far as I can tell, neither SCTP not NET_MPSAFE are enabled by default
on any architecture, so they should not be enabled by default in any of
the modules.

diffstat:

 sys/modules/compat_50/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 2cd957d88a4d -r 5f0c45b9c063 sys/modules/compat_50/Makefile
--- a/sys/modules/compat_50/Makefile    Tue Jan 15 01:07:40 2019 +0000
+++ b/sys/modules/compat_50/Makefile    Tue Jan 15 01:12:30 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.12 2019/01/15 01:07:40 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.1.2.13 2019/01/15 01:12:30 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -13,7 +13,9 @@
 SRCS+= vfs_syscalls_50.c uipc_syscalls_50.c uvm_50.c
 SRCS+= rndpseudo_50.c clockctl_50.c if_spppsubr50.c
 
-CPPFLAGS+=     -DINET -DINET6 -DSCTP -DNET_MPSAFE
+CPPFLAGS+=     -DINET -DINET6
+# XXX someday we'll need to add
+#CPPFLAGS+=    -DSCTP -DNET_MPSAFE
 
 SRCS+= rtsock_50.c
 



Home | Main Index | Thread Index | Old Index