1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/cad/electric/files/patch-src_include_global.h
Dmitry Marakasov 666abc5661 - Add LICENSE
- Regenerate patches with `make makepatch`
2016-04-10 11:24:24 +00:00

12 lines
510 B
C

--- src/include/global.h.orig 2004-07-16 01:59:53 UTC
+++ src/include/global.h
@@ -204,7 +204,7 @@
#define INTSML short /* at least 16 bits */
#define UINTSML unsigned short
#define INTHUGE int64_t /* at least 64 bits */
-#define UINTHUGE u_int64_t
+#define UINTHUGE uint64_t
#define SIZEOFCHAR (sizeof (CHAR)) /* bytes per character */
#define SIZEOFINTSML (sizeof (INTSML)) /* bytes per short integer */
#define SIZEOFINTBIG (sizeof (INTBIG)) /* bytes per long integer */