summaryrefslogtreecommitdiff
path: root/usr/src/lib/krb5/db2/btree/bt_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/krb5/db2/btree/bt_debug.c')
-rw-r--r--usr/src/lib/krb5/db2/btree/bt_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/krb5/db2/btree/bt_debug.c b/usr/src/lib/krb5/db2/btree/bt_debug.c
index b167d698e8..b840dd341b 100644
--- a/usr/src/lib/krb5/db2/btree/bt_debug.c
+++ b/usr/src/lib/krb5/db2/btree/bt_debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -74,7 +74,7 @@ __bt_dinit()
first = 0;
#ifndef TRACE_TO_STDERR
- if ((tracefp = fopen("/tmp/__bt_debug", "w")) != NULL)
+ if ((tracefp = fopen("/tmp/__bt_debug", "wF")) != NULL)
return;
#endif
tracefp = stderr;