summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-10-14 14:32:36 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-10-17 11:12:07 +0100
commit773fa611411d457d4b18dcb171b333b7356c20ba (patch)
treeff1055646a9c9da48f0ea885ec824928e3ae4075 /src
parent67e483689c086e22e9a3e038ea4e7285d9a0c4d2 (diff)
downloadlibguestfs-773fa611411d457d4b18dcb171b333b7356c20ba.tar.gz
libguestfs-773fa611411d457d4b18dcb171b333b7356c20ba.tar.xz
libguestfs-773fa611411d457d4b18dcb171b333b7356c20ba.zip
NEW API: mktemp
Used to create temporary directory or file with an optional suffix. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Split this out into a new file (daemon/mktemp.c). - I don't see a reason to deprecate the mkdtemp function which works fine. Instead remove complex dir-making code from the new function. - Test and fix the patch (missing close(fd)).
Diffstat (limited to 'src')
-rw-r--r--src/MAX_PROC_NR2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR
index ba300673..a5c3fde3 100644
--- a/src/MAX_PROC_NR
+++ b/src/MAX_PROC_NR
@@ -1 +1 @@
-372
+373