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

(-)xfsdump-3.1.4.orig/common/main.c (+7 lines)
Lines 50-55 Link Here
50
#include "content.h"
50
#include "content.h"
51
#include "inventory.h"
51
#include "inventory.h"
52
52
53
#ifndef RLIM64_INFINITY
54
#define RLIM64_INFINITY (~0ULL)
55
#endif
56
53
#ifdef DUMP
57
#ifdef DUMP
54
/* main.c - main for dump
58
/* main.c - main for dump
55
 */
59
 */
Lines 2220-2226 static sig_printmap_t sig_printmap[ ] = Link Here
2220
	{SIGTERM,	"SIGTERM"},
2224
	{SIGTERM,	"SIGTERM"},
2221
	{SIGUSR1,	"SIGUSR1"},
2225
	{SIGUSR1,	"SIGUSR1"},
2222
	{SIGUSR2,	"SIGUSR2"},
2226
	{SIGUSR2,	"SIGUSR2"},
2227
	{SIGCHLD,	"SIGCHLD"},
2228
#ifdef SIGCLD
2223
	{SIGCLD,	"SIGCLD"},
2229
	{SIGCLD,	"SIGCLD"},
2230
#endif
2224
	{SIGPWR,	"SIGPWR"},
2231
	{SIGPWR,	"SIGPWR"},
2225
	{SIGURG,	"SIGURG"},
2232
	{SIGURG,	"SIGURG"},
2226
	{SIGPOLL,	"SIGPOLL"},
2233
	{SIGPOLL,	"SIGPOLL"},
(-)xfsdump-3.1.4.orig/dump/content.c (+1 lines)
Lines 33-38 Link Here
33
33
34
#ifdef linux
34
#ifdef linux
35
#include <xfs/xqm.h>
35
#include <xfs/xqm.h>
36
#include <linux/limits.h>
36
#endif
37
#endif
37
38
38
#include <attr/attributes.h>
39
#include <attr/attributes.h>

Return to bug 549116