Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2004 17:53:42 +0100
From:      "Liam J. Foy" <liamfoy@sepulcrum.org>
To:        Sean McNeil <sean@mcneil.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Compiler error in -current
Message-ID:  <20040613175342.0dde76ae.liamfoy@sepulcrum.org>
In-Reply-To: <1087143786.59857.0.camel@server.mcneil.com>
References:  <1087143786.59857.0.camel@server.mcneil.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Jun 2004 09:23:06 -0700
Sean McNeil <sean@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040613175342.0dde76ae.liamfoy>