Update rcsid to tftp-hpa convention

This commit is contained in:
hpa 1999-09-26 07:10:57 +00:00
parent 50f08ba7cf
commit f58dd44c56

View file

@ -1,3 +1,5 @@
/* tftp-hpa: $Id$ */
/* $OpenBSD: tftpsubs.c,v 1.2 1996/06/26 05:40:36 deraadt Exp $ */ /* $OpenBSD: tftpsubs.c,v 1.2 1996/06/26 05:40:36 deraadt Exp $ */
/* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */ /* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */
@ -35,10 +37,9 @@
*/ */
#ifndef lint #ifndef lint
#if 0 /* static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; */
static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; /* static char rcsid[] = "$OpenBSD: tftpsubs.c,v 1.2 1996/06/26 05:40:36 deraadt Exp $"; */
#endif static const char *rcsid = "tftp-hpa: $Id$";
static char rcsid[] = "$OpenBSD: tftpsubs.c,v 1.2 1996/06/26 05:40:36 deraadt Exp $";
#endif /* not lint */ #endif /* not lint */
/* Simple minded read-ahead/write-behind subroutines for tftp user and /* Simple minded read-ahead/write-behind subroutines for tftp user and