]> git.pld-linux.org Git - packages/cipe.git/commitdiff
- compilation fix for alpha
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Aug 2002 10:36:37 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cipe-alpha.patch -> 1.1

cipe-alpha.patch [new file with mode: 0644]

diff --git a/cipe-alpha.patch b/cipe-alpha.patch
new file mode 100644 (file)
index 0000000..36e48f1
--- /dev/null
@@ -0,0 +1,13 @@
+--- cipe-1.5.2/cipe/cipe.h.orig        Thu Aug 29 12:03:35 2002
++++ cipe-1.5.2/cipe/cipe.h     Thu Aug 29 12:04:15 2002
+@@ -15,6 +15,10 @@
+ #ifndef _CIPE_H_
+ #define _CIPE_H_
++#if defined(__KERNEL__) && defined(__alpha__)
++#include <asm/current.h>
++#endif
++
+ #include "crypto.h"
+ #ifdef __KERNEL__
+ #include <linux/if.h>
This page took 0.083927 seconds and 4 git commands to generate.