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
[-- Attachment #1 --]
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>
[-- Attachment #2 --]
--- 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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020304045807.GA50137>
