summaryrefslogtreecommitdiff
path: root/sys/dev/midisyn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/midisyn.c')
-rw-r--r--sys/dev/midisyn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/midisyn.c b/sys/dev/midisyn.c
index 86e29965324..41cfc9198b8 100644
--- a/sys/dev/midisyn.c
+++ b/sys/dev/midisyn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: midisyn.c,v 1.5 2005/11/21 18:16:38 millert Exp $ */
+/* $OpenBSD: midisyn.c,v 1.6 2006/04/07 22:41:32 jsg Exp $ */
/* $NetBSD: midisyn.c,v 1.5 1998/11/25 22:17:07 augustss Exp $ */
/*
@@ -84,6 +84,7 @@ struct midi_hw_if midisyn_hw_if = {
midisyn_open,
midisyn_close,
midisyn_output,
+ NULL, /* flush */
midisyn_getinfo,
midisyn_ioctl,
};