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

Diff for /src/include/stdio.h between version 1.3 and 1.4

version 1.3, 1996/03/24 17:07:33 version 1.4, 1996/05/01 13:07:31
Line 1 
Line 1 
 /*      $NetBSD: stdio.h,v 1.17 1996/01/20 01:36:30 jtc Exp $   */  /*      $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $   */
   
 /*-  /*-
  * Copyright (c) 1990 The Regents of the University of California.   * Copyright (c) 1990 The Regents of the University of California.
Line 41 
Line 41 
 #ifndef _STDIO_H_  #ifndef _STDIO_H_
 #define _STDIO_H_  #define _STDIO_H_
   
 #if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI_)  #if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI__)
 #include <sys/types.h>  #include <sys/types.h>
 #endif  #endif
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4