=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/lookup.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/rdist/lookup.c 1996/07/25 05:31:01 1.7 --- src/usr.bin/rdist/lookup.c 1998/06/26 21:21:14 1.8 *************** *** 1,4 **** ! /* $OpenBSD: lookup.c,v 1.7 1996/07/25 05:31:01 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: lookup.c,v 1.8 1998/06/26 21:21:14 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 34,41 **** */ #ifndef lint static char RCSid[] = ! "$OpenBSD: lookup.c,v 1.7 1996/07/25 05:31:01 millert Exp $"; static char sccsid[] = "@(#)lookup.c 5.1 (Berkeley) 6/6/85"; --- 34,46 ---- */ #ifndef lint + #if 0 static char RCSid[] = ! "$From: lookup.c,v 6.8 1996/07/19 16:49:55 michaelc Exp $"; ! #else ! static char RCSid[] = ! "$OpenBSD: lookup.c,v 1.8 1998/06/26 21:21:14 millert Exp $"; ! #endif static char sccsid[] = "@(#)lookup.c 5.1 (Berkeley) 6/6/85"; *************** *** 62,67 **** --- 67,73 ---- /* * Define a variable from a command line argument. */ + void define(name) char *name; {