Module Name:    src
Committed By:   nat
Date:           Wed Feb 15 02:55:53 UTC 2017

Modified Files:
        src/sys/dev: audiobell.c

Log Message:
Remove stray closef.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/audiobell.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/audiobell.c
diff -u src/sys/dev/audiobell.c:1.14 src/sys/dev/audiobell.c:1.15
--- src/sys/dev/audiobell.c:1.14	Fri Feb 10 21:03:15 2017
+++ src/sys/dev/audiobell.c	Wed Feb 15 02:55:53 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: audiobell.c,v 1.14 2017/02/10 21:03:15 nat Exp $	*/
+/*	$NetBSD: audiobell.c,v 1.15 2017/02/15 02:55:53 nat Exp $	*/
 
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/types.h>
-__KERNEL_RCSID(0, "$NetBSD: audiobell.c,v 1.14 2017/02/10 21:03:15 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audiobell.c,v 1.15 2017/02/15 02:55:53 nat Exp $");
 
 #include <sys/audioio.h>
 #include <sys/conf.h>
@@ -197,5 +197,4 @@ audiobell(void *v, u_int pitch, u_int pe
 out:
 	if (buf != NULL) free(buf, M_TEMP);
 	audioclose(fp);
-	closef(fp);
 }

Reply via email to