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

Diff for /src/usr.bin/banner/banner.c between version 1.8 and 1.9

version 1.8, 2003/06/10 22:20:44 version 1.9, 2009/10/27 23:59:35
Line 48 
Line 48 
  * 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.
  */   */
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1983, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #if 0  
 static char sccsid[] = "@(#)printjob.c  8.2 (Berkeley) 4/16/94";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <unistd.h>  #include <unistd.h>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9