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/arch/pmax/ibus/mcclock_ibus.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/pmax/ibus/mcclock_ibus.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/sys/arch/pmax/ibus/mcclock_ibus.c 2000/01/10 03:24:36 1.6 +++ src/sys/arch/pmax/ibus/mcclock_ibus.c 2000/01/14 15:52:00 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: mcclock_ibus.c,v 1.6 2000/01/10 03:24:36 simonb Exp $ */ +/* $NetBSD: mcclock_ibus.c,v 1.7 2000/01/14 15:52:00 ad Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -28,8 +28,7 @@ */ #include /* RCS ID & Copyright macro defns */ - -__KERNEL_RCSID(0, "$NetBSD: mcclock_ibus.c,v 1.6 2000/01/10 03:24:36 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mcclock_ibus.c,v 1.7 2000/01/14 15:52:00 ad Exp $"); #include #include @@ -40,7 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: mcclock_ibus #include - static int mcclock_ibus_match __P((struct device *, struct cfdata *, void *)); static void mcclock_ibus_attach __P((struct device *, struct device *, @@ -52,7 +50,6 @@ struct cfattach mcclock_ibus_ca = { }; extern struct cfdriver ibus_cd; - static int mcclock_ibus_match(parent, match, aux) struct device *parent;