diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-03-12 11:09:18 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-03-12 11:09:18 +0000 |
commit | 68f6066e6b54d3289de5661a7dce58f708da6af7 (patch) | |
tree | 76a2248a8427c337a2d953a076190470fa373408 /sys/pci/xrpu.c | |
parent | b73d0eb9056b1c4636dac5e0fcdaf1e8faeb611b (diff) | |
download | src-68f6066e6b54d3289de5661a7dce58f708da6af7.tar.gz src-68f6066e6b54d3289de5661a7dce58f708da6af7.zip |
Fix Typo.
Notes
Notes:
svn path=/head/; revision=44684
Diffstat (limited to 'sys/pci/xrpu.c')
-rw-r--r-- | sys/pci/xrpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index a6964bd375b6..df2969d85f40 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: xrpu.c,v 1.6 1999/01/12 01:42:43 eivind Exp $ + * $Id: xrpu.c,v 1.7 1999/03/11 15:09:50 phk Exp $ * * A very simple device driver for PCI cards based on Xilinx 6200 series * FPGA/RPU devices. Current Functionality is to allow you to open and @@ -26,7 +26,7 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/timepps.h> -#ifdef DEFVFS +#ifdef DEVFS #include <sys/devfsext.h> #endif #include <sys/xrpuio.h> |