diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1998-12-14 09:32:25 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1998-12-14 09:32:25 +0000 |
commit | b25219fcba589017d4cd604947cdeed1eeae1043 (patch) | |
tree | 902f4b4323b61a87cda945f139d316578984dabc /sys/dev/usb/usb_port.h | |
parent | a9ce772c0c94c4ce4f62478a4572e538e4ba6c26 (diff) | |
download | FreeBSD-src-b25219fcba589017d4cd604947cdeed1eeae1043.zip FreeBSD-src-b25219fcba589017d4cd604947cdeed1eeae1043.tar.gz |
Added Id to all files
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 05d4301..4a5e06f 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,3 +1,5 @@ +/* FreeBSD $Id$ */ + /* * Copyright (c) 1997, 1998 * Nick Hibma <n_hibma@freebsd.org>. All rights reserved. @@ -29,7 +31,6 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ */ /* Macro's to cope with the differences between NetBSD and FreeBSD |