From owner-freebsd-ports@FreeBSD.ORG Fri Jul 18 20:03:30 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A03937B401; Fri, 18 Jul 2003 20:03:30 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A6843F75; Fri, 18 Jul 2003 20:03:29 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id B72C938792; Sat, 19 Jul 2003 05:03:27 +0200 (CEST) Date: Sat, 19 Jul 2003 05:03:27 +0200 From: Simon Barner To: Kris Kennaway Message-ID: <20030719030327.GA467@zi025.glhnet.mhn.de> References: <20030718025200.GA36893@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rqzD5py0kzyFAOWN" Content-Disposition: inline In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- fix for devel/ecgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 03:03:30 -0000 --rqzD5py0kzyFAOWN Content-Type: multipart/mixed; boundary="sHrvAb52M6C8blB9" Content-Disposition: inline --sHrvAb52M6C8blB9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --sHrvAb52M6C8blB9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-html2h::html2h.c" Content-Transfer-Encoding: quoted-printable --- html2h/html2h.c.orig Sat Jul 19 02:31:37 2003 +++ html2h/html2h.c Sat Jul 19 02:32:42 2003 @@ -6,15 +6,15 @@ =20 void usage() { - printf(" -html2h v0.1 -usage: - html2h input.html [output.h] -=09 - if output is not set, input.h will be generated and overwritten! - - debug messages are written to stderr! - + printf("\ +html2h v0.1\n\ +usage:\n\ + html2h input.html [output.h]\n\ +\n\ + if output is not set, input.h will be generated and overwritten!\n\ +\n\ + debug messages are written to stderr!\n\ +\n\ "); =20 exit(0); @@ -415,4 +415,4 @@ { fprintf(stderr, "%s%s\n", msg, comment); exit(1); -} \ No newline at end of file +} --sHrvAb52M6C8blB9-- --rqzD5py0kzyFAOWN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/GLT/Ckn+/eutqCoRAkvKAKCpomWyRGO/5ll1vjMOHenLlLZ2tACgyAd3 R+DZDdBzb8xi8edWY3Q5Oaw= =xHeQ -----END PGP SIGNATURE----- --rqzD5py0kzyFAOWN--