]> git.pld-linux.org Git - packages/cipe.git/blob - cipe-alpha.patch
- compilation fix for alpha
[packages/cipe.git] / cipe-alpha.patch
1 --- cipe-1.5.2/cipe/cipe.h.orig Thu Aug 29 12:03:35 2002
2 +++ cipe-1.5.2/cipe/cipe.h      Thu Aug 29 12:04:15 2002
3 @@ -15,6 +15,10 @@
4  #ifndef _CIPE_H_
5  #define _CIPE_H_
6  
7 +#if defined(__KERNEL__) && defined(__alpha__)
8 +#include <asm/current.h>
9 +#endif
10 +
11  #include "crypto.h"
12  #ifdef __KERNEL__
13  #include <linux/if.h>
This page took 0.04199 seconds and 4 git commands to generate.