Module: xenomai-rpm
Branch: queue/mayday
Commit: 9aaec0ce9875f723508a7ba7883b2b01f402d788
URL:    
http://git.xenomai.org/?p=xenomai-rpm.git;a=commit;h=9aaec0ce9875f723508a7ba7883b2b01f402d788

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Jun  5 11:34:02 2010 +0200

compat: provide linux/err.h wrapper to linux/fs.h

---

 include/compat/linux/err.h |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/include/compat/linux/err.h b/include/compat/linux/err.h
new file mode 100644
index 0000000..ae980db
--- /dev/null
+++ b/include/compat/linux/err.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2010 Philippe Gerum <r...@xenomai.org>.
+ *
+ * Xenomai is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation; either version 2 of the License,
+ * or (at your option) any later version.
+ *
+ * Xenomai is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Xenomai; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ *
+ */
+
+#ifndef _XENO_COMPAT_LINUX_ERR_H
+#define _XENO_COMPAT_LINUX_ERR_H
+
+#include <linux/fs.h>
+
+#endif /* _XENO_COMPAT_LINUX_ERR_H */


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to