summaryrefslogtreecommitdiff
path: root/sys/kern/p1003_1b.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
commit873fbcd776b5c6e0b7caa1f1f87cc91a12d339db (patch)
tree2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/p1003_1b.c
parent491deb49c4d5eb6b35205a3079202be044f81742 (diff)
Notes
Diffstat (limited to 'sys/kern/p1003_1b.c')
-rw-r--r--sys/kern/p1003_1b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/p1003_1b.c b/sys/kern/p1003_1b.c
index f6d86e8b6307..69497a466dde 100644
--- a/sys/kern/p1003_1b.c
+++ b/sys/kern/p1003_1b.c
@@ -55,9 +55,9 @@ __FBSDID("$FreeBSD$");
MALLOC_DEFINE(M_P31B, "p1003.1b", "Posix 1003.1B");
-/* The system calls return ENOSYS if an entry is called that is
- * not run-time supported. I am also logging since some programs
- * start to use this when they shouldn't. That will be removed if annoying.
+/* The system calls return ENOSYS if an entry is called that is not run-time
+ * supported. I am also logging since some programs start to use this when
+ * they shouldn't. That will be removed if annoying.
*/
int
syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap)