[PATCH] Named pipe abstraction

Jelmer Vernooij jelmer at vernstok.nl
Fri Jan 27 11:22:20 GMT 2006


On Fri, Jan 27, 2006 at 08:45:32AM +0100, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] Named pipe abstraction':
> Jelmer Vernooij schrieb:
> > Index: build/smb_build/smb_build_h.pm
> > ===================================================================
> > --- build/smb_build/smb_build_h.pm	(revision 13175)
> > +++ build/smb_build/smb_build_h.pm	(working copy)
> > @@ -28,7 +28,10 @@

> >  	foreach my $key (values %{$depend}) {
> >  		my $DEFINE = ();
> > -		next if ($key->{TYPE} ne "LIBRARY" and $key->{TYPE} ne "SUBSYSTEM");
> > +		next if ($key->{TYPE} ne "LIBRARY" and 
> > +				 $key->{TYPE} ne "SUBSYSTEM" and 
> > +			 	 $key->{TYPE} ne "BINARY" and 
> > +			 	 $key->{TYPE} ne "MODULE");
> >  		next unless defined($key->{INIT_FUNCTIONS});

> >  		$DEFINE->{COMMENT} = "$key->{TYPE} $key->{NAME} INIT";
> should this be in this patch?
Nice catch, thanks!

Cheers,

Jelmer

-- 
Jelmer Vernooij <jelmer at samba.org> - http://jelmer.vernstok.nl/
 12:20:57 up 98 days,  1:25,  3 users,  load average: 0.15, 0.35, 0.27
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.samba.org/archive/samba-technical/attachments/20060127/1c69f822/attachment.bin


More information about the samba-technical mailing list