Re: Compiler error in -current

From: Liam J. Foy <liamfoy_at_sepulcrum.org>
Date: Sun, 13 Jun 2004 17:53:42 +0100
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
_at__at_ -31,7 +31,7 _at__at_
 
 #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."
Received on Sun Jun 13 2004 - 14:55:56 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:57 UTC