From owner-cvs-all Mon Dec 6 19:32:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C374814F3D; Mon, 6 Dec 1999 19:32:37 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19464; Mon, 6 Dec 1999 19:32:37 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <199912070332.TAA19464@freefall.freebsd.org> From: Brian Feldman Date: Mon, 6 Dec 1999 19:32:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd Makefile args.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/12/06 19:32:37 PST Modified files: bin/dd Makefile args.c Log: Do proper constification in args.c. This shuts up -Wcast-qual (thanks, bfumerola for that pointer!) in GCC complaining about losing a const. While I'm here, might as well mark in the Makefile that I'm the ${MAINTAINER}. It seems like that's what everyone's doing these days. Revision Changes Path 1.8 +3 -1 src/bin/dd/Makefile 1.23 +7 -5 src/bin/dd/args.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message