From owner-freebsd-current Sat Aug 5 6:38:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id 66CD437B607 for ; Sat, 5 Aug 2000 06:38:23 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 17912 invoked by alias); 5 Aug 2000 13:39:36 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id PAA18580; Sat, 5 Aug 2000 15:38:56 +0200 (CEST) (envelope-from ue) Date: Sat, 5 Aug 2000 15:38:56 +0200 From: Udo Erdelhoff To: Kris Kennaway Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, freebsd-current@freebsd.org Subject: Re: cvs commit: src/sbin/ccdconfig ccdconfig.c Message-ID: <20000805153856.A72960@nathan.ruhr.de> Reply-To: freebsd-current@freebsd.org References: <200008050606.XAA79437@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200008050606.XAA79437@freefall.freebsd.org>; from kris@FreeBSD.ORG on Fri, Aug 04, 2000 at 11:06:49PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 1.17 +5 -5 src/sbin/ccdconfig/ccdconfig.c Broke world: ===> sbin/ccdconfig rm -f .depend mkdep -f .depend -a -I/usr/src/sbin/ccdconfig/../../sys -I/usr/obj/usr/src/i3 86/usr/include /usr/src/sbin/ccdconfig/ccdconfig.c /usr/src/sbin/ccdconfig/ccdconfig.c:725: unterminated string or character consta nt /usr/src/sbin/ccdconfig/ccdconfig.c:635: possible real start of unterminated con stant mkdep: compile failed Fix: Index: ccdconfig.c =================================================================== RCS file: /home/ncvs/src/sbin/ccdconfig/ccdconfig.c,v retrieving revision 1.17 diff -r1.17 ccdconfig.c 635c635 < warnx("%s', kvm_geterr(kd)); --- > warnx("%s", kvm_geterr(kd)); /s/Udo -- "What part of no don't you understand?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message