forked from mirrors/tftp-hpa-google
Update rcsid to tftp-hpa convention
This commit is contained in:
parent
50f08ba7cf
commit
f58dd44c56
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue