summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1998-02-27 05:12:48 +0000
committernate <nate@FreeBSD.org>1998-02-27 05:12:48 +0000
commit1587a18c3ea1e502fe25fc005870412817b28c71 (patch)
tree772c6de19bf38e1cdcb787b21f7ba8e9e69ae2b3 /usr.sbin
parent7759b26c4bec29cb1c68aeed1cdb33d890adaceb (diff)
downloadFreeBSD-src-1587a18c3ea1e502fe25fc005870412817b28c71.zip
FreeBSD-src-1587a18c3ea1e502fe25fc005870412817b28c71.tar.gz
- <pccard/card.h> doesn't exist in -current, so use the include file
<pccard/cardinfo.h>. I don't know if this will compile, but at least it's using an include file that exists. Forgotten by: hosokawa
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pccard/pccardc/rdattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardc/rdattr.c b/usr.sbin/pccard/pccardc/rdattr.c
index 9347d97..b509781 100644
--- a/usr.sbin/pccard/pccardc/rdattr.c
+++ b/usr.sbin/pccard/pccardc/rdattr.c
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
int
rdattr_main(argc, argv)
OpenPOWER on IntegriCloud