From: Shawn O. Pearce Date: Sat, 20 Oct 2007 20:03:49 +0000 (-0400) Subject: Define compat version of mkdtemp for systems lacking it X-Git-Tag: v1.5.4-rc0~325^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ca5bb5d5390e4ec709ca3e11c451c58a836d4ee6?ds=sidebyside;hp=ca5bb5d5390e4ec709ca3e11c451c58a836d4ee6 Define compat version of mkdtemp for systems lacking it Solaris 9 doesn't have mkdtemp() so we need to emulate it for the rsync transport implementation. Since Solaris 9 is lacking this function we can also reasonably assume it is not available on Solaris 8 either. The new Makfile definition NO_MKDTEMP can be set to enable the git compat version. Signed-off-by: Shawn O. Pearce ---