repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
retire nonsymbolic rootdev, dev2name
[minix.git]
/
lib
/
libddekit
/
src
/
common.h
blob
d74ac3203151b49759789f9aec13ca8ca7601461
1
#define _MINIX
2
#define _POSIX_SOURCE
3
#include <minix/callnr.h>
4
#include <minix/com.h>
5
#include <minix/config.h>
6
#include <minix/const.h>
7
#include <minix/endpoint.h>
8
#include <minix/ipc.h>
9
#include <minix/syslib.h>
10
#include <minix/sysutil.h>
11
#include <stdio.h>
12
#include <stdlib.h>
13
#include <errno.h>
14
#include <string.h>