diff options
Diffstat (limited to 'print/libpaper/patches/patch-ac')
-rw-r--r-- | print/libpaper/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/libpaper/patches/patch-ac b/print/libpaper/patches/patch-ac new file mode 100644 index 00000000000..27fcb52de7f --- /dev/null +++ b/print/libpaper/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2009/02/16 18:05:44 drochner Exp $ + +--- lib/paper.h.orig 1996-09-24 09:16:07.000000000 +0200 ++++ lib/paper.h +@@ -22,7 +22,7 @@ + * + */ + +-#if __STDC__ - 0 == 0 ++#if !defined(__STDC__) + + #define __PAPER_CONST + #define __PAPER_PROTO(p) () |