diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-02 10:14:09 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-02 10:14:09 +0000 |
| commit | ce41d42aeb3aa3a29fa6939f8598f684753f9bec (patch) | |
| tree | 7ab9ad0c9c5c44f36f900b5e11f118954d25f979 | |
| parent | c4c5e2bc46bfeab0116d21cf43fe2439ce381e15 (diff) | |
Notes
| -rw-r--r-- | lib/libc/db/btree/bt_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c index e838f258ea08..d3c353fd6c71 100644 --- a/lib/libc/db/btree/bt_open.c +++ b/lib/libc/db/btree/bt_open.c @@ -396,7 +396,7 @@ tmp() if (issetugid() == 0) envtmp = getenv("TMPDIR"); (void)snprintf(path, - sizeof(path), "%s/bt.XXXXXX", envtmp ? envtmp : "/tmp"); + sizeof(path), "%s/bt.XXXXXXXXXX", envtmp ? envtmp : "/tmp"); (void)sigfillset(&set); (void)sigprocmask(SIG_BLOCK, &set, &oset); |
