2013-09-26 17:14:40 +02:00

14 lines
369 B
Plaintext

$NetBSD: patch-am,v 1.1 2006/01/24 22:27:07 joerg Exp $
--- init.c.orig 2006-01-24 22:02:35.000000000 +0000
+++ init.c
@@ -5,7 +5,7 @@
updated: Joachim Schurig DL8HBS 99/09/26
*/
-#if defined(__linux__) || defined(__NetBSD__)
+#if defined(__linux__) || defined(__NetBSD__) || defined(__DragonFly__)
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>