diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-04-17 08:36:07 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-17 08:36:07 +0000 |
commit | e91896117bba50d067048e99659fd015b35322e9 (patch) | |
tree | 75f9524a6f9013302b340beb1e1732968909291a /sys/kern/p1003_1b.c | |
parent | 6637b74945e98e818d4bbb7f163ce680761b31e8 (diff) |
Well folks, this is it - The second stage of the removal for build support
for LKM's..
Notes
Notes:
svn path=/head/; revision=45739
Diffstat (limited to 'sys/kern/p1003_1b.c')
-rw-r--r-- | sys/kern/p1003_1b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/p1003_1b.c b/sys/kern/p1003_1b.c index 9a70d5c2fb0a..36f4bc24153d 100644 --- a/sys/kern/p1003_1b.c +++ b/sys/kern/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) |