patch-src_grip_h 506 B

12345678910111213
  1. $OpenBSD: patch-src_grip_h,v 1.3 2013/01/17 13:30:32 ajacoutot Exp $
  2. --- src/grip.h.orig Sat Jan 29 19:34:17 2005
  3. +++ src/grip.h Thu Jan 17 13:44:53 2013
  4. @@ -49,7 +49,7 @@
  5. #define RRand(range) (random()%(range))
  6. -#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__osf__) /* __osf__ ?? */
  7. +#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__osf__) || defined(__OpenBSD__) /* __osf__ ?? */
  8. #define MAILER "/usr/sbin/sendmail -i -t"