Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: sunrpc librairie Date: Wed, 16 Jun 2004 12:00:12 -0400 Message-ID: <3D848382FB72E249812901444C6BDB1D022F4BB2@exchange.timesys.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robb, Sam" To: "cygwin Mailing List" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i5GGDXOo012749 > Hello, > > i'm trying to port a program using rpc calls to cygwin. > But when i > compiled using the headers from the sunrpc package i > discovered that in > clnt.h all the arguments of functions are in commentary: > > /* > * Print why creation failed > */ > void clnt_pcreateerror(/* char *msg */); /* stderr */ > char *clnt_spcreateerror(/* char *msg */); /* string */ Bertrand, These are old source files - they were written using K&R C (as opposed to ANSI C). You can read: http://sources.redhat.com/autobook/autobook/autobook_51.html ...if you're interested in a discussion of the differences between the two dialects. -Samrobb -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/