=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/message.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rdist/message.c 1996/06/25 22:23:18 1.3 +++ src/usr.bin/rdist/message.c 1996/06/26 05:38:14 1.4 @@ -1,3 +1,5 @@ +/* $OpenBSD: message.c,v 1.4 1996/06/26 05:38:14 deraadt Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint static char RCSid[] = -"$Id: message.c,v 1.3 1996/06/25 22:23:18 deraadt Exp $"; +"$OpenBSD: message.c,v 1.4 1996/06/26 05:38:14 deraadt Exp $"; static char sccsid[] = "@(#)common.c";