From owner-freebsd-audit Sun Mar 3 20:58: 3 2002 Delivered-To: freebsd-audit@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 22C8337B402 for ; Sun, 3 Mar 2002 20:58:01 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 955ED319BD2; Sun, 3 Mar 2002 22:58:07 -0600 (CST) Date: Sun, 3 Mar 2002 22:58:07 -0600 From: "David W. Chapman Jr." To: audit@freebsd.org Subject: echo.c style(9) fixes Message-ID: <20020304045807.GA50137@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is a patch for echo.c on -STABLE to update it to style(9). Anyone have any feedback? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="echo.patch" --- echo.c.orig Sun Mar 3 22:14:11 2002 +++ echo.c Sun Mar 3 22:17:38 2002 @@ -49,12 +49,8 @@ #include #include -int main __P((int, char *[])); - int -main(argc, argv) - int argc __unused; - char *argv[]; +main(int argc, char *argv[]) { int nflag; --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message