Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2002 22:58:07 -0600
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        audit@freebsd.org
Subject:   echo.c style(9) fixes
Message-ID:  <20020304045807.GA50137@leviathan.inethouston.net>

next in thread | raw e-mail | index | archive | help

--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. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

--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 <stdlib.h>
 #include <string.h>
 
-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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020304045807.GA50137>