openbsd-ports/mbone/vic/patches/patch-af
angelos 25fa1f12ec Fix almost all the warnings (which were non-critical anyway); port
left marked broken for someone else to verify.
1999-10-30 21:54:52 +00:00

14 lines
249 B
Plaintext

--- h263/defs.h.orig Sat Oct 30 17:23:58 1999
+++ h263/defs.h Sat Oct 30 17:24:10 1999
@@ -8,8 +8,10 @@
#define NUM_LAYERS 4
+#ifndef __OpenBSD__
#ifndef RAND_MAX
# define RAND_MAX 32767 /* sos4 has it not */
+#endif
#endif
#ifdef FALSE