Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47782
Collapse All | Expand All

(-)ncompress-4.2.4/compress42.c (-3 / +3 lines)
Lines 171-179 Link Here
171
#ifndef NOFUNCDEF
171
#ifndef NOFUNCDEF
172
	extern	void	*malloc	LARGS((int));
172
	extern	void	*malloc	LARGS((int));
173
	extern	void	free	LARGS((void *));
173
	extern	void	free	LARGS((void *));
174
#ifndef _IBMR2
174
/* #ifndef _IBMR2
175
	extern	int		open	LARGS((char const *,int,...));
175
	extern	int		open	LARGS((char const *,int,...));
176
#endif
176
#endif */
177
	extern	int		close	LARGS((int));
177
	extern	int		close	LARGS((int));
178
	extern	int		read	LARGS((int,void *,int));
178
	extern	int		read	LARGS((int,void *,int));
179
	extern	int		write	LARGS((int,void const *,int));
179
	extern	int		write	LARGS((int,void const *,int));
Lines 184-190 Link Here
184
	extern	char	*strcpy	LARGS((char *,char const *));
184
	extern	char	*strcpy	LARGS((char *,char const *));
185
	extern	char	*strcat	LARGS((char *,char const *));
185
	extern	char	*strcat	LARGS((char *,char const *));
186
	extern	int		strcmp	LARGS((char const *,char const *));
186
	extern	int		strcmp	LARGS((char const *,char const *));
187
	extern	unsigned strlen	LARGS((char const *));
187
/*	extern	unsigned strlen	LARGS((char const *)); */
188
	extern	void	*memset	LARGS((void *,char,unsigned int));
188
	extern	void	*memset	LARGS((void *,char,unsigned int));
189
	extern	void	*memcpy	LARGS((void *,void const *,unsigned int));
189
	extern	void	*memcpy	LARGS((void *,void const *,unsigned int));
190
	extern	int		atoi	LARGS((char const *));
190
	extern	int		atoi	LARGS((char const *));

Return to bug 47782