Date: Tue, 6 Nov 2018 20:45:15 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r340201 - head/sys/kern Message-ID: <201811062045.wA6KjFvn068878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Tue Nov 6 20:45:15 2018 New Revision: 340201 URL: https://svnweb.freebsd.org/changeset/base/340201 Log: Update some comments made obsolete by recent commits. Modified: head/sys/kern/syscalls.master Modified: head/sys/kern/syscalls.master ============================================================================== --- head/sys/kern/syscalls.master Tue Nov 6 18:47:29 2018 (r340200) +++ head/sys/kern/syscalls.master Tue Nov 6 20:45:15 2018 (r340201) @@ -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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811062045.wA6KjFvn068878>