changeset 1433:9f415e9bec66

.
author Jim Meyering <jim@meyering.net>
date Thu, 16 Jul 1998 23:23:05 +0000
parents 4981bd43506c
children 2ad1ef260601
files lib/lchown.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/lib/lchown.h
@@ -0,0 +1,9 @@
+/* Some systems don't have ENOSYS.  */
+#ifndef ENOSYS
+# ifdef ENOTSUP
+#  define ENOSYS ENOTSUP
+# else
+/* Some systems don't have ENOTSUP either.  */
+#  define ENOSYS ENOMSG
+# endif
+#endif