repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit '8dff7262702aa449609f24db11ec821f1fa34bf6'
[unleashed.git]
/
bin
/
sed
/
freebsd-compat.h
blob
46fd1ad2251be68ba48e38ab3cc4db8f50a5ec28
1
#ifndef _FREEBSD_COMPAT_H
2
#define _FREEBSD_COMPAT_H
3
#define ALLPERMS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)
4
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
5
#endif
/* _FREEBSD_COMPAT_H */