[BACK]Return to time.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/time.h between version 1.14 and 1.15

version 1.14, 1997/11/02 18:31:38 version 1.15, 1998/02/02 21:08:05
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
   
 /*  /*
  * Copyright (c) 1989 The Regents of the University of California.   * Copyright (c) 1989, 1993
  * All rights reserved.   *      The Regents of the University of California.  All rights reserved.
  *  
  * (c) UNIX System Laboratories, Inc.   * (c) UNIX System Laboratories, Inc.
  * All or some portions of this file are derived from material licensed   * All or some portions of this file are derived from material licensed
  * to the University of California by American Telephone and Telegraph   * to the University of California by American Telephone and Telegraph
Line 38 
Line 37 
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  *   *
  *      @(#)time.h      5.12 (Berkeley) 3/9/91   *      @(#)time.h      8.3 (Berkeley) 1/21/94
  */   */
   
 #ifndef _TIME_H_  #ifndef _TIME_H_
Line 91  struct tm {
Line 90  struct tm {
         char    *tm_zone;       /* timezone abbreviation */          char    *tm_zone;       /* timezone abbreviation */
 };  };
   
   #include <machine/limits.h>     /* Include file containing CLK_TCK. */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>