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/qbus/if_dmc.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/qbus/if_dmc.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.1.2.3 diff -u -p -r1.1 -r1.1.2.3 --- src/sys/dev/qbus/if_dmc.c 2001/05/06 17:36:04 1.1 +++ src/sys/dev/qbus/if_dmc.c 2001/11/14 19:15:43 1.1.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: if_dmc.c,v 1.1 2001/05/06 17:36:04 ragge Exp $ */ +/* $NetBSD: if_dmc.c,v 1.1.2.3 2001/11/14 19:15:43 nathanw Exp $ */ /* * Copyright (c) 1982, 1986 Regents of the University of California. * All rights reserved. @@ -44,6 +44,9 @@ * New York University */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_dmc.c,v 1.1.2.3 2001/11/14 19:15:43 nathanw Exp $"); + #undef DMCDEBUG /* for base table dump on fatal error */ #include "opt_inet.h"