=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/rdist/client.c 1996/03/05 03:15:57 1.2 --- src/usr.bin/rdist/client.c 1996/06/26 05:38:08 1.3 *************** *** 1,3 **** --- 1,5 ---- + /* $OpenBSD: client.c,v 1.3 1996/06/26 05:38:08 deraadt Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. *************** *** 33,39 **** #ifndef lint static char RCSid[] = ! "$Id: client.c,v 1.2 1996/03/05 03:15:57 dm Exp $"; static char sccsid[] = "@(#)client.c"; --- 35,41 ---- #ifndef lint static char RCSid[] = ! "$OpenBSD: client.c,v 1.3 1996/06/26 05:38:08 deraadt Exp $"; static char sccsid[] = "@(#)client.c";