]> git.pld-linux.org Git - packages/cipe.git/blame - cipe-alpha.patch
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/cipe.git] / cipe-alpha.patch
CommitLineData
865985b1
JB
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.404746 seconds and 4 git commands to generate.