pkgsrc/misc/open2300/patches/patch-ac
kristerw 6d3f7c0f28 Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.
2004-12-11 12:53:51 +00:00

12 lines
307 B
Text

$NetBSD: patch-ac,v 1.3 2004/12/11 12:53:51 kristerw Exp $
--- rw2300.h.orig Sat Dec 11 13:48:45 2004
+++ rw2300.h Sat Dec 11 13:48:57 2004
@@ -20,7 +20,6 @@
#include <stdio.h>
#include <time.h>
#include <stdlib.h>
-#include <stdbool.h>
#include <math.h>
#include <sys/types.h>
#include <sys/stat.h>