diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-12-11 12:53:51 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-12-11 12:53:51 +0000 |
commit | da1e2c88576aa9c6ff6c02c6ac73ab811590a36c (patch) | |
tree | 76a33d5429f3115b7c7dd05637f82bd869901066 /misc/open2300/patches | |
parent | d2ba2ad8867bbce37876b77d348fb73ab41ce0fb (diff) | |
download | pkgsrc-da1e2c88576aa9c6ff6c02c6ac73ab811590a36c.tar.gz |
Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.
Diffstat (limited to 'misc/open2300/patches')
-rw-r--r-- | misc/open2300/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/open2300/patches/patch-ac b/misc/open2300/patches/patch-ac new file mode 100644 index 00000000000..082dc83288c --- /dev/null +++ b/misc/open2300/patches/patch-ac @@ -0,0 +1,12 @@ +$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> |