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

Diff for /src/usr.bin/nohup/nohup.c between version 1.13 and 1.14

version 1.13, 2007/10/16 20:19:27 version 1.14, 2009/10/27 23:59:41
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 char copyright[] =  
 "@(#) Copyright (c) 1989 The Regents of the University of California.\n\  
  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)nohup.c     5.4 (Berkeley) 6/1/90";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/file.h>  #include <sys/file.h>
 #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14