$OpenBSD: patch-src_stream_c,v 1.1.1.1 2001/10/28 02:24:23 naddy Exp $
--- src/stream.c.orig	Wed Oct 24 23:10:44 2001
+++ src/stream.c	Wed Oct 24 23:11:00 2001
@@ -134,7 +134,7 @@ void stream_buffering(int buf)
 
 void stream_printf(const char* const f, ...)
 {
-  va_list* ap;
+  va_list  ap;
   char     string[512];
 
   va_start(ap, f);
