]> git.pld-linux.org Git - packages/detect.git/blob - detect-0.9.72-alpha.patch
- updated gettext BR
[packages/detect.git] / detect-0.9.72-alpha.patch
1 diff -ur detect/src/SuperProbe/Utils.c detect.new/src/SuperProbe/Utils.c
2 --- detect/src/SuperProbe/Utils.c       Fri Aug 11 10:07:52 2000
3 +++ detect.new/src/SuperProbe/Utils.c   Thu Jan 17 06:44:35 2002
4 @@ -28,6 +28,11 @@
5  
6  /* $XConsortium: Utils.c /main/7 1996/02/21 17:13:00 kaleb $ */
7  
8 +typedef unsigned char u8;
9 +typedef unsigned short u16;
10 +typedef unsigned int u32;
11 +typedef unsigned long u64;
12 +
13  #include "Probe.h"
14  #if !defined(__PPC__) && !defined(__alpha__)
15  #include "AsmMacros.h"
This page took 0.108124 seconds and 3 git commands to generate.