Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/kern Revert changes from rev 1.44



details:   https://anonhg.NetBSD.org/src/rev/e7514e187dfa
branches:  pgoyette-compat
changeset: 320993:e7514e187dfa
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 10 03:33:27 2018 +0000

description:
Revert changes from rev 1.44

Now that the kernel compat library is no longer being built and
included as a .o file, the original build-break has gone.

Note that reverting 1.44 will also un-break the autoloading of
the sysv_ipc module.

diffstat:

 sys/kern/kern_stub.c |  17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diffs (38 lines):

diff -r 5b39e2330198 -r e7514e187dfa sys/kern/kern_stub.c
--- a/sys/kern/kern_stub.c      Sat Mar 10 02:20:13 2018 +0000
+++ b/sys/kern/kern_stub.c      Sat Mar 10 03:33:27 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_stub.c,v 1.44 2017/12/16 18:42:22 christos Exp $  */
+/*     $NetBSD: kern_stub.c,v 1.44.2.1 2018/03/10 03:33:27 pgoyette Exp $      */
 
 /*-
  * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_stub.c,v 1.44 2017/12/16 18:42:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_stub.c,v 1.44.2.1 2018/03/10 03:33:27 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ktrace.h"
@@ -87,19 +87,6 @@
     bus_space_handle_t);
 
 /*
- * SYSV Semaphores, Shared Memory, Message Queues
- */
-#ifndef SYSVMSG
-__strong_alias(msgctl1,enosys);
-#endif
-#ifndef SYSVSHM
-__strong_alias(shmctl1,enosys);
-#endif
-#ifndef SYSVSEM
-__strong_alias(semctl1,enosys);
-#endif
-
-/*
  * ktrace stubs.  ktruser() goes to enosys as we want to fail the syscall,
  * but not kill the process: utrace() is a debugging feature.
  */



Home | Main Index | Thread Index | Old Index