blob: 995a8ec66a72df9c764610a9f6d2efa089e1cd66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff -ur davfs2-0.2.4.orig/src/davfsd.c davfs2-0.2.4/src/davfsd.c
--- davfs2-0.2.4.orig/src/davfsd.c 2005-07-18 23:09:23.000000000 +0200
+++ davfs2-0.2.4/src/davfsd.c 2005-07-18 23:09:48.000000000 +0200
@@ -33,6 +33,7 @@
/* Linux Kernel Source */
/* avoid inclusion of kernel time.h, since it conflicts with userland time.h */
#define _LINUX_TIME_H
+#include <linux/compiler.h>
#include <linux/coda.h>
/* Neon */
diff -ur davfs2-0.2.4.orig/src/davfsd.h davfs2-0.2.4/src/davfsd.h
--- davfs2-0.2.4.orig/src/davfsd.h 2005-07-18 23:09:23.000000000 +0200
+++ davfs2-0.2.4/src/davfsd.h 2005-07-18 23:09:53.000000000 +0200
@@ -25,6 +25,7 @@
/* Linux Kernel Source */
/* avoid inclusion of kernel time.h, since it conflicts with userland time.h */
#define _LINUX_TIME_H
+#include <linux/compiler.h>
#include <linux/coda.h>
#ifndef DIRBLKSIZ
|