diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-08-03 21:33:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-08-03 21:33:13 +0000 |
commit | 6a45b9c95ddd4df2f390a5c8a80ce3ff1188eb58 (patch) | |
tree | 01fa921f1cf7f1dc7645dad8dbcfe029c248c8a6 | |
parent | 43e9640ae4fa719089f5b016d6e5d8720f1b7f1a (diff) |
(c) 2000
-rw-r--r-- | sys/dev/pci/gdt_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/gdt_pci.c b/sys/dev/pci/gdt_pci.c index 5403cbd5084..32f3fa18355 100644 --- a/sys/dev/pci/gdt_pci.c +++ b/sys/dev/pci/gdt_pci.c @@ -1,7 +1,7 @@ -/* $OpenBSD: gdt_pci.c,v 1.5 2000/08/03 21:29:39 niklas Exp $ */ +/* $OpenBSD: gdt_pci.c,v 1.6 2000/08/03 21:33:12 niklas Exp $ */ /* - * Copyright (c) 1999 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |