From cd9ef76e478e95864f714c2e0790ad5611c2bb9f Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 6 Nov 2018 20:45:15 +0000 Subject: [PATCH] Update some comments made obsolete by recent commits. --- sys/kern/syscalls.master | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index f730784bf2da..55d81c059d5e 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -117,8 +117,7 @@ ); } ; XXX should be { int open(const char *path, int flags, ...); } -; but we're not ready for `const' or varargs. -; XXX man page says `mode_t mode'. +; but we're not ready for varargs. 6 AUE_CLOSE STD { int close( int fd @@ -210,7 +209,6 @@ _In_opt_ void *data ); } -; XXX `path' should have type `const char *' but we're not ready for that. 22 AUE_UMOUNT STD { int unmount( _In_z_ const char *path,