bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] New test client for Inetd.


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] New test client for Inetd.
Date: Tue, 09 Nov 2010 18:26:09 -0500

   diff --git a/tests/addrpeek.c b/tests/addrpeek.c
   new file mode 100644
   index 0000000..d68545a
   --- /dev/null
   +++ b/tests/addrpeek.c
   @@ -0,0 +1,112 @@
   +/*

We have been bad at this, but a single line at the top to describe the
intent of the file would be grand

   +int
   +main (int argc, char *argv[], char *envp[])
                                  ^^^^^^^^^^^^

Not portable, C only guarantees either void or "int, char **" (or
similar) as prototype.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]