summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhid.c
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2002-07-25 04:07:32 +0000
committernate <nate@openbsd.org>2002-07-25 04:07:32 +0000
commit54ac236c33f6174dcd78eb237b4522207280ebed (patch)
treedb1e01b880e0b8e646433084ceae873e7eeda61c /sys/dev/usb/uhid.c
parenthandle < 0 and such better (diff)
downloadwireguard-openbsd-54ac236c33f6174dcd78eb237b4522207280ebed.tar.xz
wireguard-openbsd-54ac236c33f6174dcd78eb237b4522207280ebed.zip
update $NetBSD$ tags
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r--sys/dev/usb/uhid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c
index 6dc30472289..544ed4d6422 100644
--- a/sys/dev/usb/uhid.c
+++ b/sys/dev/usb/uhid.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uhid.c,v 1.22 2002/07/25 02:18:10 nate Exp $ */
-/* $NetBSD: uhid.c,v 1.51 2002/03/17 18:02:53 augustss Exp $ */
+/* $OpenBSD: uhid.c,v 1.23 2002/07/25 04:07:33 nate Exp $ */
+/* $NetBSD: uhid.c,v 1.52 2002/07/11 21:14:29 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.