[Midnightbsd-cvs] src [7295] stable/0.7/sys/i386/ibcs2: rename to flags

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 4 17:38:25 EDT 2015


Revision: 7295
          http://svnweb.midnightbsd.org/src/?rev=7295
Author:   laffer1
Date:     2015-09-04 17:38:25 -0400 (Fri, 04 Sep 2015)
Log Message:
-----------
 rename to flags

Modified Paths:
--------------
    stable/0.7/sys/i386/ibcs2/ibcs2_fcntl.c
    stable/0.7/sys/i386/ibcs2/syscalls.master

Modified: stable/0.7/sys/i386/ibcs2/ibcs2_fcntl.c
===================================================================
--- stable/0.7/sys/i386/ibcs2/ibcs2_fcntl.c	2015-09-04 21:37:29 UTC (rev 7294)
+++ stable/0.7/sys/i386/ibcs2/ibcs2_fcntl.c	2015-09-04 21:38:25 UTC (rev 7295)
@@ -243,7 +243,7 @@
 	int error;
 
         CHECKALTEXIST(td, uap->path, &path);
-	error = kern_access(td, path, UIO_SYSSPACE, uap->amode);
+	error = kern_access(td, path, UIO_SYSSPACE, uap->flags);
 	free(path, M_TEMP);
 	return (error);
 }

Modified: stable/0.7/sys/i386/ibcs2/syscalls.master
===================================================================
--- stable/0.7/sys/i386/ibcs2/syscalls.master	2015-09-04 21:37:29 UTC (rev 7294)
+++ stable/0.7/sys/i386/ibcs2/syscalls.master	2015-09-04 21:38:25 UTC (rev 7295)
@@ -80,7 +80,7 @@
 				    struct ibcs2_utimbuf *buf); }
 31	AUE_NULL	UNIMPL	ibcs2_stty
 32	AUE_NULL	UNIMPL	ibcs2_gtty
-33	AUE_ACCESS	STD	{ int ibcs2_access(char *path, int amode); }
+33	AUE_ACCESS	STD	{ int ibcs2_access(char *path, int flags); }
 34	AUE_NICE	STD	{ int ibcs2_nice(int incr); }
 35	AUE_STATFS	STD	{ int ibcs2_statfs(char *path, \
 				    struct ibcs2_statfs *buf, int len, \



More information about the Midnightbsd-cvs mailing list