summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>1998-02-27 08:40:53 +0000
committerhosokawa <hosokawa@FreeBSD.org>1998-02-27 08:40:53 +0000
commitd746039957f220307d8f09a84bc2bc2fb97e9587 (patch)
tree0f348934fda9d3419b1ee2557a0f5cf4ef5ae984 /usr.sbin/pccard
parentffec1d6f3e6c1b3ff1a6d8cfeb40b92e1b1264a1 (diff)
downloadFreeBSD-src-d746039957f220307d8f09a84bc2bc2fb97e9587.zip
FreeBSD-src-d746039957f220307d8f09a84bc2bc2fb97e9587.tar.gz
Removed "#define EXTERN" because this file doesn't have main().
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardd/cardd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardd/cardd.c b/usr.sbin/pccard/pccardd/cardd.c
index 7e8d47d..c31ed27 100644
--- a/usr.sbin/pccard/pccardd/cardd.c
+++ b/usr.sbin/pccard/pccardd/cardd.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: cardd.c,v 1.24 1998/02/04 20:19:39 guido Exp $";
+ "$Id: cardd.c,v 1.25 1998/02/27 08:19:23 hosokawa Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -35,7 +35,6 @@ static const char rcsid[] =
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#define EXTERN
#include "cardd.h"
static struct card_config *assign_driver(struct card *);
OpenPOWER on IntegriCloud