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 Include rtsock_50.c in the b...



details:   https://anonhg.NetBSD.org/src/rev/23e53b4e8965
branches:  pgoyette-compat
changeset: 830693:23e53b4e8965
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Sep 13 10:16:51 2018 +0000

description:
Include rtsock_50.c in the build for compat_50 module.  It might be
reachable via the rtsock code, but there's stuff in the compat_09
module that refers to the _50 stuff.  Including this allows us to
modload the compat_09 module.

diffstat:

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

diffs (18 lines):

diff -r 26ff6efb58fd -r 23e53b4e8965 sys/modules/compat_50/Makefile
--- a/sys/modules/compat_50/Makefile    Thu Sep 13 03:52:34 2018 +0000
+++ b/sys/modules/compat_50/Makefile    Thu Sep 13 10:16:51 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.7 2018/03/24 23:52:19 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.1.2.8 2018/09/13 10:16:51 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -12,7 +12,7 @@
 SRCS+= kern_50.c kern_time_50.c kern_select_50.c
 SRCS+= vfs_syscalls_50.c uipc_syscalls_50.c uvm_50.c
 SRCS+= rndpseudo_50.c clockctl_50.c if_spppsubr50.c
-#SRCS+=        rtsock_50.c
+SRCS+= rtsock_50.c
 
 .PATH: ${S}/opencrypto
 



Home | Main Index | Thread Index | Old Index