Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 07:01:11 -0800 (PST)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41895 for review
Message-ID:  <200311101501.hAAF1B7S024692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=41895

Change 41895 by areisse@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311101501.hAAF1B7S024692>