[BACK]Return to strlist.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

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

Diff for /src/usr.bin/make/Attic/strlist.h between version 1.2 and 1.3

version 1.2, 2009/01/10 16:55:39 version 1.3, 2009/01/16 21:15:34
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.   * Copyright (c) 2008 - 2009 The NetBSD Foundation, Inc.
  * All rights reserved.   * All rights reserved.
  *   *
  * This code is derived from software contributed to The NetBSD Foundation   * This code is derived from software contributed to The NetBSD Foundation
Line 42  typedef struct {
Line 42  typedef struct {
   
 typedef struct {  typedef struct {
     unsigned int    sl_num;      unsigned int    sl_num;
       unsigned int    sl_max;
     strlist_item_t  *sl_items;      strlist_item_t  *sl_items;
 } strlist_t;  } strlist_t;
   

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

CVSweb <webmaster@jp.NetBSD.org>