$OpenBSD: patch-src_spprint_h,v 1.1 2001/07/03 15:38:27 espie Exp $
--- src/spprint.h.orig	Tue Jul  3 17:12:49 2001
+++ src/spprint.h	Tue Jul  3 17:16:37 2001
@@ -32,6 +32,7 @@ typedef struct stream_s stream;
 /* Put a character on a stream. */
 #define pputc(s, c) spputc(s, c)
 
+#define pwrite gs_pwrite
 /* Put a byte array on a stream. */
 int pwrite(P3(stream * s, const void *ptr, uint count));
 
