* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / UnixSymbolicLinkInfo.cs
index 914bce3d388a129ec546467c37f0fbab5d80da97..c4336ebb402af1045482b0caa701d8662fccb4c2 100644 (file)
@@ -86,6 +86,7 @@ namespace Mono.Unix {
                        base.Refresh ();
                }
 
+               [CLSCompliant (false)]
                public override void SetOwner (uint owner, uint group)
                {
                        int r = Syscall.lchown (FullPath, owner, group);