[BACK]Return to tgets.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / prep / stand / boot

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

Diff for /src/sys/arch/prep/stand/boot/tgets.c between version 1.3 and 1.3.6.1

version 1.3, 2005/12/11 12:18:48 version 1.3.6.1, 2006/04/22 11:37:54
Line 35 
Line 35 
 #include "boot.h"  #include "boot.h"
   
 int  int
 tgets(buf)  tgets(char *buf)
         char *buf;  
 {  {
         register int c;          register int c;
         register char *lp;          register char *lp;

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

CVSweb <webmaster@jp.NetBSD.org>