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

Diff for /src/usr.bin/rdist/lookup.c between version 1.7 and 1.8

version 1.7, 1996/07/25 05:31:01 version 1.8, 1998/06/26 21:21:14
Line 34 
Line 34 
  */   */
   
 #ifndef lint  #ifndef lint
   #if 0
 static char RCSid[] =  static char RCSid[] =
   "$From: lookup.c,v 6.8 1996/07/19 16:49:55 michaelc Exp $";
   #else
   static char RCSid[] =
 "$OpenBSD$";  "$OpenBSD$";
   #endif
   
 static char sccsid[] = "@(#)lookup.c    5.1 (Berkeley) 6/6/85";  static char sccsid[] = "@(#)lookup.c    5.1 (Berkeley) 6/6/85";
   
Line 62 
Line 67 
 /*  /*
  * Define a variable from a command line argument.   * Define a variable from a command line argument.
  */   */
   void
 define(name)  define(name)
         char *name;          char *name;
 {  {

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