[BACK]Return to unistd.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/unistd.h between version 1.25 and 1.26

version 1.25, 1999/05/22 23:49:48 version 1.26, 1999/06/11 22:47:47
Line 48 
Line 48 
 #define STDERR_FILENO   2       /* standard error file descriptor */  #define STDERR_FILENO   2       /* standard error file descriptor */
   
 #ifndef NULL  #ifndef NULL
   #ifdef  __GNUG__
   #define NULL    __null
   #else
 #define NULL            0       /* null pointer constant */  #define NULL            0       /* null pointer constant */
   #endif
 #endif  #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26