Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1dc5c713
Commit
1dc5c713
authored
Oct 19, 2000
by
Brian Wellington
Browse files
removed unused variable
parent
b05c91f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/file.c
View file @
1dc5c713
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: file.c,v 1.2
4
2000/10/
07 06:55:01 marka
Exp $ */
/* $Id: file.c,v 1.2
5
2000/10/
19 01:10:24 bwelling
Exp $ */
#include
<config.h>
...
...
@@ -155,7 +155,6 @@ isc_file_renameunique(const char *file, char *templet) {
int
fd
=
-
1
;
int
res
=
0
;
isc_result_t
result
=
ISC_R_SUCCESS
;
struct
stat
stats
;
fd
=
mkstemp
(
templet
);
if
(
fd
==
-
1
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment