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

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