[BACK]Return to write.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / write

Diff for /src/usr.bin/write/write.c between version 1.25 and 1.26

version 1.25, 2008/07/06 13:42:35 version 1.26, 2009/10/27 23:59:50
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1989, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)write.c     8.2 (Berkeley) 4/27/95";  
 #endif  
 static char *rcsid = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <ctype.h>  #include <ctype.h>

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26