mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Fix typo I introduced during last commit.
This commit is contained in:
parent
c38b4f3b91
commit
6451b2bfcb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27327
@ -33,10 +33,10 @@
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";Q
|
||||
static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: arcs.c,v 1.3 1997/07/10 06:45:00 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <err.h>
|
||||
|
Loading…
Reference in New Issue
Block a user