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/Attic/uyap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/Attic/uyap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9.20.1 retrieving revision 1.10 diff -u -p -r1.9.20.1 -r1.10 --- src/sys/dev/usb/Attic/uyap.c 2006/11/18 21:34:52 1.9.20.1 +++ src/sys/dev/usb/Attic/uyap.c 2006/10/12 01:32:00 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: uyap.c,v 1.9.20.1 2006/11/18 21:34:52 ad Exp $ */ +/* $NetBSD: uyap.c,v 1.10 2006/10/12 01:32:00 christos Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uyap.c,v 1.9.20.1 2006/11/18 21:34:52 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uyap.c,v 1.10 2006/10/12 01:32:00 christos Exp $"); #include #include @@ -112,7 +112,7 @@ USB_DETACH(uyap) } int -uyap_activate(device_ptr_t self, enum devact act) +uyap_activate(device_ptr_t self __unused, enum devact act __unused) { return 0; }