=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/Attic/serv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/m4/Attic/serv.c 1996/06/25 20:50:09 1.2 --- src/usr.bin/m4/Attic/serv.c 1996/06/26 05:36:16 1.3 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: serv.c,v 1.3 1996/06/26 05:36:16 deraadt Exp $ */ /* $NetBSD: serv.c,v 1.7 1995/09/28 05:37:47 tls Exp $ */ /* *************** *** 45,51 **** #if 0 static char sccsid[] = "@(#)serv.c 5.4 (Berkeley) 1/21/94"; #else ! static char rcsid[] = "$NetBSD: serv.c,v 1.7 1995/09/28 05:37:47 tls Exp $"; #endif #endif /* not lint */ --- 46,52 ---- #if 0 static char sccsid[] = "@(#)serv.c 5.4 (Berkeley) 1/21/94"; #else ! static char rcsid[] = "$OpenBSD: serv.c,v 1.3 1996/06/26 05:36:16 deraadt Exp $"; #endif #endif /* not lint */