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/sequencer.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/sequencer.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.50.2.2 retrieving revision 1.51 diff -u -p -r1.50.2.2 -r1.51 --- src/sys/dev/sequencer.c 2009/04/28 07:35:13 1.50.2.2 +++ src/sys/dev/sequencer.c 2009/01/11 10:40:27 1.51 @@ -1,4 +1,4 @@ -/* $NetBSD: sequencer.c,v 1.50.2.2 2009/04/28 07:35:13 skrll Exp $ */ +/* $NetBSD: sequencer.c,v 1.51 2009/01/11 10:40:27 cegger Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sequencer.c,v 1.50.2.2 2009/04/28 07:35:13 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sequencer.c,v 1.51 2009/01/11 10:40:27 cegger Exp $"); #include "sequencer.h" @@ -1367,7 +1367,7 @@ const struct cdevsw midi_cdevsw = { */ int -midi_unit_count(void) +midi_unit_count() { return (0); }