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

Collapse All | Expand All

(-)a/io/mmap.c (-2 / +3 lines)
Lines 4-13 Link Here
4
 * All Rights Reserved.
4
 * All Rights Reserved.
5
 */
5
 */
6
6
7
#include "command.h"
8
#include "input.h"
9
#include <sys/mman.h>
7
#include <sys/mman.h>
10
#include <signal.h>
8
#include <signal.h>
9
10
#include "command.h"
11
#include "input.h"
11
#include "init.h"
12
#include "init.h"
12
#include "io.h"
13
#include "io.h"
13
14

Return to bug 719826