diff options
Diffstat (limited to 'usr.sbin/pccard/pccardc/wrreg.c')
-rw-r--r-- | usr.sbin/pccard/pccardc/wrreg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardc/wrreg.c b/usr.sbin/pccard/pccardc/wrreg.c index 963a466..2df1c84 100644 --- a/usr.sbin/pccard/pccardc/wrreg.c +++ b/usr.sbin/pccard/pccardc/wrreg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: wrreg.c,v 1.8 1997/10/06 11:35:56 charnier Exp $"; #endif /* not lint */ #include <err.h> @@ -37,7 +37,7 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/ioctl.h> -#include <pccard/card.h> +#include <pccard/cardinfo.h> static void usage() |