openbsd-ports/audio/grip/patches/patch-src_rip_c
2002-05-07 21:05:33 +00:00

13 lines
335 B
Plaintext

$OpenBSD: patch-src_rip_c,v 1.1 2002/05/07 21:05:33 lebel Exp $
--- src/rip.c.orig Thu Feb 21 12:14:33 2002
+++ src/rip.c Thu Feb 21 12:14:44 2002
@@ -27,7 +27,7 @@
#elif defined (HAVE_SYS_VFS_H)
#include <sys/vfs.h>
#endif
-#if defined(__FreeBSD__)
+#if defined(__OpenBSD__)
#include <sys/param.h>
#include <sys/mount.h>
#endif