[BACK]Return to termcap.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libterm

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

Diff for /src/lib/libterm/Attic/termcap.c between version 1.31 and 1.32

version 1.31, 2000/05/28 09:58:15 version 1.32, 2000/06/01 07:54:00
Line 414  t_agetstr(struct tinfo *info, const char
Line 414  t_agetstr(struct tinfo *info, const char
         _DIAGASSERT(id != NULL);          _DIAGASSERT(id != NULL);
         _DIAGASSERT(bufptr != NULL);          _DIAGASSERT(bufptr != NULL);
         _DIAGASSERT(area != NULL);          _DIAGASSERT(area != NULL);
         _DIAGASSERT(size != NULL);  
   
         t_getstr(info, id, NULL, &new_size);          t_getstr(info, id, NULL, &new_size);
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>