blob: a77826fa01dd626fea749cefa23913de0fdfdc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2002/11/25 12:30:42 wiz Exp $
--- libvcd/vcd_types.h.orig Mon May 14 18:00:59 2001
+++ libvcd/vcd_types.h
@@ -45,7 +45,7 @@
#endif /* HAVE_STDINT_H */
/* fix for bsdi... hope it works */
-#ifdef __bsdi__
+#if defined(__bsdi__) || defined(__NetBSD__)
# define UINT32_C(c) c ## U
# define UINT64_C(c) c ## ULL
#endif
|