]> Dogcows Code - chaz/tar/commitdiff
GNU tar 1.13
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jul 1998 23:23:05 +0000 (23:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jul 1998 23:23:05 +0000 (23:23 +0000)
lib/lchown.h [new file with mode: 0644]

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.02472 seconds and 4 git commands to generate.