svn commit: r340201 - head/sys/kern

Brooks Davis brooks at FreeBSD.org
Tue Nov 6 20:45:16 UTC 2018


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,


More information about the svn-src-all mailing list