From 28e99266cc3b39b2969f05eeefef0174012f0f14 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 25 Apr 2015 22:51:59 +0100 Subject: [PATCH] Corrected typo. --- Claunia.IO/ChangeLog | 5 +++++ Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Claunia.IO/ChangeLog b/Claunia.IO/ChangeLog index 2aa8996..fd49978 100644 --- a/Claunia.IO/ChangeLog +++ b/Claunia.IO/ChangeLog @@ -1,3 +1,8 @@ +2015-04-25 Natalia Portillo + + * Interop/Apple/Interop.Apple.xattr.cs: + Corrected typo. + 2015-04-25 Natalia Portillo * Interop/Apple/Interop.Apple.xattr.cs: diff --git a/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs b/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs index e0e3d31..02372ab 100644 --- a/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs +++ b/Claunia.IO/Interop/Apple/Interop.Apple.xattr.cs @@ -98,7 +98,7 @@ internal static partial class Interop /// . /// On success, 0. On failure, -1, and errno is set [DllImport(Libraries.Libc, SetLastError = true)] - public static extern int getxattr(string path, string name, IntPtr value, UInt32 size, UInt32 position, xattrOptions options); + public static extern int setxattr(string path, string name, IntPtr value, UInt32 size, UInt32 position, xattrOptions options); /// /// Removes an extended attribute