]> git.pld-linux.org Git - packages/cipe.git/blob - cipe-get_fast_time.patch
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/cipe.git] / cipe-get_fast_time.patch
1 diff -durN cipe-1.5.2.orig/cipe/cipe.h cipe-1.5.2/cipe/cipe.h
2 --- cipe-1.5.2.orig/cipe/cipe.h Thu Dec 21 11:23:34 2000
3 +++ cipe-1.5.2/cipe/cipe.h      Sat Jul 20 17:11:37 2002
4 @@ -408,4 +408,8 @@
5  #define DEVNAME "cip" VERNAME CRNAME
6  #endif
7  
8 +#ifdef LINUX_23
9 +#define get_fast_time(x)       /* nop */
10 +#endif
11 +
12  #endif _CIPE_H_
This page took 0.108195 seconds and 3 git commands to generate.