mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
321 B

--- ./dietstdio.h~ Wed Dec 4 18:32:33 2002
+++ ./dietstdio.h Sun Jan 12 08:47:14 2003
@@ -8,11 +8,12 @@
#endif
#include <stdarg.h>
-#ifdef WANT_SMALL_STDIO_BUFS
+/*#ifdef WANT_SMALL_STDIO_BUFS
#define BUFSIZE 128
#else
#define BUFSIZE 2048
-#endif
+#endif*/
+#define BUFSIZE 0
struct __stdio_file {
int fd;