PERFORCE change 41895 for review

Andrew Reisse areisse at FreeBSD.org
Mon Nov 10 07:01:13 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=41895

Change 41895 by areisse at areisse_ibook on 2003/11/10 07:00:55

	extattr syscall wrappers and utilities

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/extattr_cmds/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/extattr_cmds/extattrcmds.c#1 add
.. //depot/projects/trustedbsd/sedarwin/libextattr/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/libextattr/extattr.c#1 add
.. //depot/projects/trustedbsd/sedarwin/libmac/mac_set.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/libmac/mac_set.c#3 (text+ko) ====

@@ -49,13 +49,13 @@
 int
 mac_set_file(const char *path, struct mac *label)
 {
-	return ENOSYS;
+  return syscall (344, path, label);
 }
 
 int
 mac_set_link(const char *path, struct mac *label)
 {
-	return ENOSYS;
+  return syscall (345, path, label);
 }
 
 int


More information about the p4-projects mailing list