Fix syntax error which occurred when LIBC_SCCS was defined.

This commit is contained in:
Robert Drehmel 2002-07-07 11:28:28 +00:00
parent cda86084ab
commit 897ad22f04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99527

View File

@ -70,7 +70,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93";
static char orig_rcsid = "From: Id: res_query.c,v 8.14 1997/06/09 17:47:05 halley Exp $";
static char orig_rcsid[] = "From: Id: res_query.c,v 8.14 1997/06/09 17:47:05 halley Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");