This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add LFS support for fts functions [BZ #11460]


Mark Wielaard <mjw@redhat.com> writes:

> @@ -84,17 +115,17 @@ static int      fts_safe_changedir (FTS *, FTSENT *, int, const char *)
>  #define	BNAMES		2		/* fts_children, names only */
>  #define	BREAD		3		/* fts_read */
>  
> -FTS *
> -fts_open(argv, options, compar)
> +FTSOBJ *
> +FTS_OPEN(argv, options, compar)
>  	char * const *argv;
>  	int options;
> -	int (*compar) (const FTSENT **, const FTSENT **);
> +	int (*compar) (const FTSENTRY **, const FTSENTRY **);

While changing the function signature please also convert it to a
prototype.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]