13 lines
449 B
Text
13 lines
449 B
Text
|
Index: src/grip.h
|
||
|
--- src/grip.h.orig
|
||
|
+++ src/grip.h
|
||
|
@@ -47,7 +47,7 @@
|
||
|
|
||
|
#define RRand(range) (random()%(range))
|
||
|
|
||
|
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__GLIBC__) || defined(__NetBSD__) || defined(__osf__) /* __osf__ ?? */
|
||
|
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__GLIBC__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__osf__) /* __osf__ ?? */
|
||
|
|
||
|
#define MAILER "/usr/sbin/sendmail -i -t"
|
||
|
|