aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/filemon/filemon_ktrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/filemon/filemon_ktrace.c')
-rw-r--r--contrib/bmake/filemon/filemon_ktrace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/bmake/filemon/filemon_ktrace.c b/contrib/bmake/filemon/filemon_ktrace.c
index 1abef7e78af1..53a85cbe74f7 100644
--- a/contrib/bmake/filemon/filemon_ktrace.c
+++ b/contrib/bmake/filemon/filemon_ktrace.c
@@ -1,4 +1,4 @@
-/* $NetBSD: filemon_ktrace.c,v 1.14 2021/02/01 21:34:41 rillig Exp $ */
+/* $NetBSD: filemon_ktrace.c,v 1.15 2021/07/31 09:30:17 rillig Exp $ */
/*
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -227,7 +227,6 @@ filemon_open(void)
/* Success! */
return F;
- (void)fclose(F->in);
fail1: (void)close(ktrpipe[0]);
(void)close(ktrpipe[1]);
fail0: free(F);