]> Dogcows Code - chaz/tar/blobdiff - lib/lchown.h
GNU tar 1.13
[chaz/tar] / lib / lchown.h
diff --git a/lib/lchown.h b/lib/lchown.h
new file mode 100644 (file)
index 0000000..25e4dac
--- /dev/null
@@ -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
This page took 0.023068 seconds and 4 git commands to generate.