Index: /trunk/include/iprt/err.h
===================================================================
--- /trunk/include/iprt/err.h	(revision 31288)
+++ /trunk/include/iprt/err.h	(revision 31289)
@@ -729,4 +729,6 @@
 /** The OS does not support setting the time stamps on a symbolic link. */
 #define VERR_NS_SYMLINK_SET_TIME            (-157)
+/** The OS does not support changing the owner of a symbolic link. */
+#define VERR_NS_SYMLINK_CHANGE_OWNER        (-158)
 /** @} */
 
