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

Collapse All | Expand All

(-)usr/kinit/resume/resumelib.c.orig (-2 / +6 lines)
Lines 12-19 Link Here
12
#include <limits.h>
12
#include <limits.h>
13
#include <sys/stat.h>
13
#include <sys/stat.h>
14
#include <sys/sysmacros.h>
14
#include <sys/sysmacros.h>
15
#include <linux/config.h>	/* For CONFIG_PM_STD_PARTITION */
15
#include <linux/version.h>
16
16
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
17
#include <linux/autoconf.h> /* For CONFIG_PM_STD_PARTITION */
18
#else
19
#include <linux/config.h>
20
#endif
17
#include "kinit.h"
21
#include "kinit.h"
18
#include "do_mounts.h"
22
#include "do_mounts.h"
19
#include "resume.h"
23
#include "resume.h"

Return to bug 157618