move TZDIR back to /etc, expect to have high number of accesses
[unix-history] / usr / src / include / stdio.h
index 50f0c7c..6c9df32 100644 (file)
@@ -3,10 +3,14 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)stdio.h     5.6 (Berkeley) %G%
+ *     @(#)stdio.h     5.7 (Berkeley) %G%
  */
 
  */
 
-# ifndef FILE
+#ifndef NULL
+#define        NULL    0
+#endif
+
+#ifndef FILE
 #define        BUFSIZ  1024
 extern struct  _iobuf {
        int     _cnt;
 #define        BUFSIZ  1024
 extern struct  _iobuf {
        int     _cnt;
@@ -26,7 +30,6 @@ extern        struct  _iobuf {
 #define        _IOSTRG 0100
 #define        _IOLBF  0200
 #define        _IORW   0400
 #define        _IOSTRG 0100
 #define        _IOLBF  0200
 #define        _IORW   0400
-#define        NULL    0
 #define        FILE    struct _iobuf
 #define        EOF     (-1)
 
 #define        FILE    struct _iobuf
 #define        EOF     (-1)