patch-src_rip_c 409 B

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