]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Add two more missing headers
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 13 Mar 2008 20:41:29 +0000 (20:41 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 13 Mar 2008 20:41:29 +0000 (20:41 +0000)
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@43 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

include/sys/resource.h [new file with mode: 0644]
include/sys/stat.h [new file with mode: 0644]

diff --git a/include/sys/resource.h b/include/sys/resource.h
new file mode 100644 (file)
index 0000000..6488794
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _SPL_RESOURCE_H
+#define _SPL_RESOURCE_H
+
+#include <linux/resource.h>
+
+#endif /* SPL_RESOURCE_H */
diff --git a/include/sys/stat.h b/include/sys/stat.h
new file mode 100644 (file)
index 0000000..7f67064
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _SPL_STAT_H
+#define _SPL_STAT_H
+
+#include <linux/stat.h>
+
+#endif /* SPL_STAT_H */