]> git.pld-linux.org Git - packages/detect.git/blame - detect-0.9.72-alpha.patch
- updated gettext BR
[packages/detect.git] / detect-0.9.72-alpha.patch
CommitLineData
47ab3315
KK
1diff -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.082481 seconds and 4 git commands to generate.