Compiler error in -current

Liam J. Foy liamfoy at sepulcrum.org
Sun Jun 13 16:55:57 GMT 2004


On Sun, 13 Jun 2004 09:23:06 -0700
Sean McNeil <sean at mcneil.com> wrote:

> There is a missing close quote for a string:
> 
> /usr/src/usr.bin/truss/amd64-fbsd.c:34:3: missing terminating "
> character
This patch should solve it:

--- /usr/src/usr.bin/truss/amd64-fbsd.c	Sat Jun 12 23:49:06 2004
+++ /hd3/amd64-fbsd.c	Sun Jun 13 17:51:57 2004
@@ -31,7 +31,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-  "$FreeBSD: src/usr.bin/truss/amd64-fbsd.c,v 1.1 2004/06/12 22:49:06 dwmalone Exp $
+  "$FreeBSD: src/usr.bin/truss/amd64-fbsd.c,v 1.1 2004/06/12 22:49:06 dwmalone Exp $";
 #endif /* not lint */
 
 /*

Maybe a commiter could like to commit this.

Thanks,
> 
> 
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"


-- 
-Liam Foy
http://liamfoy.kerneled.org
"Do only what only you can do."


More information about the freebsd-current mailing list