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-pre3120.orig/lib_internal/util-cleanupmount.c (-1 lines)
Lines 22-28 Link Here
22
22
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <sys/mount.h>
24
#include <sys/mount.h>
25
#include <linux/fs.h>
26
25
27
#ifndef MS_REC
26
#ifndef MS_REC
28
#define MS_REC		0x4000
27
#define MS_REC		0x4000
(-)util-vserver-0.30.216-pre3120.orig/src/secure-mount.c (-1 / +1 lines)
Lines 46-52 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
#include <linux/fs.h>
49
#include <limits.h>
50
#include <assert.h>
50
#include <assert.h>
51
#include <ctype.h>
51
#include <ctype.h>
52
#include <sys/wait.h>
52
#include <sys/wait.h>

Return to bug 650578