Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/umidi.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/umidi.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- src/sys/dev/usb/umidi.c 2004/04/23 17:25:25 1.21 +++ src/sys/dev/usb/umidi.c 2004/10/29 12:57:26 1.22 @@ -1,4 +1,4 @@ -/* $NetBSD: umidi.c,v 1.21 2004/04/23 17:25:25 itojun Exp $ */ +/* $NetBSD: umidi.c,v 1.22 2004/10/29 12:57:26 yamt Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,7 +36,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.21 2004/04/23 17:25:25 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.22 2004/10/29 12:57:26 yamt Exp $"); #include #include @@ -128,7 +128,7 @@ static void out_intr(usbd_xfer_handle, u static void out_build_packet(int, struct umidi_packet *, uByte); -struct midi_hw_if umidi_hw_if = { +const struct midi_hw_if umidi_hw_if = { umidi_open, umidi_close, umidi_output,