openbsd-ports/audio/grip/patches/patch-src_rip_c
ajacoutot 4ef0883cae Update to grip-3.3.1.
Big clean-up while here.
2013-01-17 13:30:32 +00:00

13 lines
409 B
Plaintext

$OpenBSD: patch-src_rip_c,v 1.7 2013/01/17 13:30:32 ajacoutot Exp $
--- src/rip.c.orig Thu Apr 15 20:21:15 2004
+++ src/rip.c Tue May 13 16:15:31 2008
@@ -27,7 +27,7 @@
#elif defined (HAVE_SYS_VFS_H)
#include <sys/vfs.h>
#endif
-#if defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/param.h>
#include <sys/mount.h>
#endif