Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: refactor common operations into variables
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 5a15b53d67b2fd0650f2bfe929f70dcd625c2cbd..fb41118c0705c628bed093c4a915a58aa01a5a1a 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-82,6
+82,7
@@
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _BSD_SOURCE 1
+#define _DEFAULT_SOURCE 1
#define _NETBSD_SOURCE 1
#define _SGI_SOURCE 1
@@
-191,7
+192,7
@@
extern int compat_mkdir_wo_trailing_slash(const char*, mode_t);
struct itimerval {
struct timeval it_interval;
struct timeval it_value;
-}
+}
;
#endif
#ifdef NO_SETITIMER