2013-09-26 17:14:40 +02:00

14 lines
347 B
Plaintext

$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