summaryrefslogtreecommitdiff
path: root/graphics/scrot/patches/patch-ab
blob: dc1e4dacc641a4e56623e751d0b8d359e6c17b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1 2003/06/16 18:49:18 jmc Exp $

--- src/scrot.h.orig	Wed Aug 29 18:39:57 2001
+++ src/scrot.h	Mon Jun 16 13:21:47 2003
@@ -90,4 +90,9 @@
 extern Window root;
 extern Screen *scr;
 
+/* Giblib routines. */
+#define eprintf		gib_eprintf
+#define _emalloc	gib_emalloc
+#define weprintf	gib_weprintf
+#define _estrdup	gib_estrdup
 #endif