develooper Front page | perl.perl5.porters | Postings from October 2003

Re: Bug: sockaddr_un() and abstract unix domain sockets

Thread Previous
From:
Rafael Garcia-Suarez
Date:
October 15, 2003 01:04
Subject:
Re: Bug: sockaddr_un() and abstract unix domain sockets
Message ID:
20031015095811.05fa47f2.rgarciasuarez@free.fr
Gisle Aas wrote:
> Rafael Garcia-Suarez <rgarciasuarez@free.fr> writes:
> 
> >  void
> > -pack_sockaddr_un(pathname)
> > -	char *	pathname
> > +pack_sockaddr_un(pathname_sv)
> > +	SV *	pathname_sv
> >  	CODE:
> 
> This change make the function usage message uglier:
> 
>   $ perl -MSocket -e 'pack_sockaddr_un()'
>   Usage: Socket::pack_sockaddr_un(pathname_sv) at -e line 1.
> 
> I would suggest you instead name the other variable 'pathname_pv'.

Patch now applied with your suggested tweak (change #21450.)

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About