Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283497 | Differences between
and this patch

Collapse All | Expand All

(-)qsize.c.orig (+4 lines)
Lines 44-49 Link Here
44
# define S_BLKSIZE S_BLOCK_SIZE
44
# define S_BLKSIZE S_BLOCK_SIZE
45
#endif
45
#endif
46
46
47
#ifdef __hpux
48
# define S_BLKSIZE st.st_blksize
49
#endif
50
47
int qsize_main(int argc, char **argv)
51
int qsize_main(int argc, char **argv)
48
{
52
{
49
	DIR *dir, *dirp;
53
	DIR *dir, *dirp;
(-)libq/compat.c.orig (-1 / +3 lines)
Lines 30-35 Link Here
30
		*strp = xstrdup(str); \
30
		*strp = xstrdup(str); \
31
	} while (0)
31
	} while (0)
32
32
33
#else /* __sun__ */
33
#elif defined(__hpux__) || defined(__MINT__)
34
  /* must not include both dir.h and dirent.h on hpux11.11 & FreeMiNT */
35
#else
34
# include <sys/dir.h>
36
# include <sys/dir.h>
35
#endif
37
#endif

Return to bug 283497