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

Diff for /src/usr.bin/oldrdist/Attic/server.c between version 1.2 and 1.3

version 1.2, 1996/05/28 12:31:57 version 1.3, 1996/06/26 05:37:41
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1983, 1993   * Copyright (c) 1983, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 33 
Line 35 
   
 #ifndef lint  #ifndef lint
 /* from: static char sccsid[] = "@(#)server.c   8.1 (Berkeley) 6/9/93"; */  /* from: static char sccsid[] = "@(#)server.c   8.1 (Berkeley) 6/9/93"; */
 static char *rcsid = "$Id$";  static char *rcsid = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/wait.h>  #include <sys/wait.h>

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