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

Collapse All | Expand All

(-)cluster-3.2.0.orig/dlm/libdlm/libdlm.c (+1 lines)
Lines 5-10 Link Here
5
#include <sys/ioctl.h>
5
#include <sys/ioctl.h>
6
#include <sys/param.h>
6
#include <sys/param.h>
7
#include <sys/stat.h>
7
#include <sys/stat.h>
8
#include <sys/sysmacros.h>
8
#include <stdint.h>
9
#include <stdint.h>
9
#include <stdlib.h>
10
#include <stdlib.h>
10
#include <inttypes.h>
11
#include <inttypes.h>
(-)cluster-3.2.0.orig/group/dlm_controld/action.c (+1 lines)
Lines 1-3 Link Here
1
#include <sys/sysmacros.h>
1
#include "dlm_daemon.h"
2
#include "dlm_daemon.h"
2
#include "config.h"
3
#include "config.h"
3
4

Return to bug 624158