summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 09:22:22 +0000
committerphk <phk@FreeBSD.org>2001-05-29 09:22:22 +0000
commit3c8f4ed4429f221c1c43ce063bd2a7a36bb1acb6 (patch)
tree6b7a222717213b41034e2401725344929685d4b5 /sys/kern
parentde9bff5d04a6648d18315758ba3fc3c56bef1f05 (diff)
downloadFreeBSD-src-3c8f4ed4429f221c1c43ce063bd2a7a36bb1acb6.zip
FreeBSD-src-3c8f4ed4429f221c1c43ce063bd2a7a36bb1acb6.tar.gz
Remove a comment which was past its shelf life.
PR: 18750 Submitted by: Tony Finch <dot@dotat.at>
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 269814c..e96bca9 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -68,7 +68,6 @@
20 STD POSIX { pid_t getpid(void); }
21 STD BSD { int mount(char *type, char *path, int flags, \
caddr_t data); }
-; XXX 4.4lite2 uses `char *type' but we're not ready for that.
; XXX `path' should have type `const char *' but we're not ready for that.
22 STD BSD { int unmount(char *path, int flags); }
23 STD POSIX { int setuid(uid_t uid); }
OpenPOWER on IntegriCloud