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