Date: Sat, 5 Aug 2000 15:38:56 +0200 From: Udo Erdelhoff <ue@nathan.ruhr.de> To: Kris Kennaway <kris@FreeBSD.ORG> 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> In-Reply-To: <200008050606.XAA79437@freefall.freebsd.org>; from kris@FreeBSD.ORG on Fri, Aug 04, 2000 at 11:06:49PM -0700 References: <200008050606.XAA79437@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000805153856.A72960>
