63476d43e9
- fix format strings. - remove unnecessary statics from headers, reduce executable size. - disable insane verbosity that just slows down encoding.
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
$OpenBSD: patch-buffer_c,v 1.1 2002/08/12 19:33:31 wcobb Exp $
|
|
--- buffer.c.orig Thu Jul 18 15:10:33 2002
|
|
+++ buffer.c Thu Jul 18 15:10:48 2002
|
|
@@ -1,3 +1,6 @@
|
|
+
|
|
+#include <stdlib.h>
|
|
+
|
|
#include "main.h"
|
|
/******************************************************************
|
|
Buffer_Clean
|