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

Collapse All | Expand All

(-)util-vserver-0.30.216-pre3131.orig/lib_internal/util-cleanupmount.c (-4 lines)
Lines 22-31 Link Here
22
22
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <sys/mount.h>
24
#include <sys/mount.h>
25
#ifdef HAVE_LINUX_TYPES_H
26
#  include <linux/types.h>
27
#endif
28
#include <linux/fs.h>
29
25
30
#ifndef MS_REC
26
#ifndef MS_REC
31
#define MS_REC		0x4000
27
#define MS_REC		0x4000
(-)util-vserver-0.30.216-pre3131.orig/src/secure-mount.c (-4 / +1 lines)
Lines 46-55 Link Here
46
#include <sys/stat.h>
46
#include <sys/stat.h>
47
#include <sys/types.h>
47
#include <sys/types.h>
48
#include <sys/file.h>
48
#include <sys/file.h>
49
#ifdef HAVE_LINUX_TYPES_H
49
#include <limits.h>
50
#  include <linux/types.h>
51
#endif
52
#include <linux/fs.h>
53
#include <assert.h>
50
#include <assert.h>
54
#include <ctype.h>
51
#include <ctype.h>
55
#include <sys/wait.h>
52
#include <sys/wait.h>

Return to bug 650578