repo.or.cz
/
nbd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add lintian overrides for "missing-stop" on nbd-client.init.d. We really do not wish...
[nbd.git]
/
lfs.h
blob
8f90f818bb72e571a61757c9022ca091e5d2627d
1
#ifndef LFS_H
2
#define LFS_H
3
4
#include
"config.h"
5
#ifdef NBD_LFS
6
#define _FILE_OFFSET_BITS 64
7
#define _LARGEFILE_SOURCE
8
#endif
/* NBD_LFS */
9
10
#endif
/* LFS_H */