summaryrefslogtreecommitdiffstats
path: root/sys/posix4
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
committerpeter <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
commitb5e9563d84590b94d1127eb1bb14343674e119e1 (patch)
tree2e1c84a0a84b35eb08454dc1781eea919d024769 /sys/posix4
parentea1e34d0c957e00ae335d21b817cb316bfafa43e (diff)
downloadFreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.zip
FreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.tar.gz
Well folks, this is it - The second stage of the removal for build support
for LKM's..
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/p1003_1b.c2
-rw-r--r--sys/posix4/posix4.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c
index 9a70d5c..36f4bc2 100644
--- a/sys/posix4/p1003_1b.c
+++ b/sys/posix4/p1003_1b.c
@@ -124,7 +124,7 @@ syscall_not_present(struct proc *p, const char *s, struct nosys_args *uap)
#if !defined(_KPOSIX_PRIORITY_SCHEDULING)
-/* Not configured but loadable via an LKM:
+/* Not configured but loadable via a module:
*/
static int sched_attach(void)
diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h
index 87b3bf3..dee09ec 100644
--- a/sys/posix4/posix4.h
+++ b/sys/posix4/posix4.h
@@ -41,7 +41,7 @@
#include <posix4/sched.h>
/* Generate syscall stubs for when something is optionally
- * LKM'd. References "syscall_not_present".
+ * loadable as a module. References "syscall_not_present".
* XXX Good candidate for sys/syscall.h
*/
struct proc;
OpenPOWER on IntegriCloud