git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
constification
[users/jgh/exim.git]
/
src
/
OS
/
os.h-SunOS5
diff --git
a/src/OS/os.h-SunOS5
b/src/OS/os.h-SunOS5
index 45a1171c8c1f632975daff4ebb3a7a99eb1017f2..807212b8564f22edaa5a86e08403d3dc18480f67 100644
(file)
--- a/
src/OS/os.h-SunOS5
+++ b/
src/OS/os.h-SunOS5
@@
-37,4
+37,10
@@
it seems. */
#endif
+/* SunOS5 doesn't accept getcwd(NULL, 0) to auto-allocate
+a buffer */
+
+#define OS_GETCWD
+
+
/* End */