diff options
| author | 2000-07-04 11:44:20 +0000 | |
|---|---|---|
| committer | 2000-07-04 11:44:20 +0000 | |
| commit | 82426cf3b279940ef76b217706b0c03228290c05 (patch) | |
| tree | fab3dc409a2eacc9d426d1ae2acfdf2c8551cce1 /sys/dev/usb/ulpt.c | |
| parent | add uvisor and clcs, both commented out. (diff) | |
| download | wireguard-openbsd-82426cf3b279940ef76b217706b0c03228290c05.tar.xz wireguard-openbsd-82426cf3b279940ef76b217706b0c03228290c05.zip | |
sync with NetBSD... well almost. someone w/ the hw should check umass.
Diffstat (limited to 'sys/dev/usb/ulpt.c')
| -rw-r--r-- | sys/dev/usb/ulpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index 547de7c2da2..04d874e6be9 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ulpt.c,v 1.3 2000/04/14 22:50:27 aaron Exp $ */ +/* $OpenBSD: ulpt.c,v 1.4 2000/07/04 11:44:24 fgsch Exp $ */ /* $NetBSD: ulpt.c,v 1.36 2000/04/14 14:12:11 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/ulpt.c,v 1.24 1999/11/17 22:33:44 n_hibma Exp $ */ @@ -7,7 +7,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without |
