diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-23 23:47:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-23 23:47:33 +0000 |
commit | d204c80e1bd369512cb28c1abeb3559539f87cf4 (patch) | |
tree | e0c4da9125685f230f1c18613be638bf3ecdb033 /lib/libutil | |
parent | d0bc2818dda6502ab1b79935a37392c6d46ff8c1 (diff) |
do not export error_table
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/scsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/scsi.c b/lib/libutil/scsi.c index 5b2f18e2480..b759c0065de 100644 --- a/lib/libutil/scsi.c +++ b/lib/libutil/scsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi.c,v 1.4 2001/09/06 01:36:04 deraadt Exp $ */ +/* $OpenBSD: scsi.c,v 1.5 2002/08/23 23:47:32 deraadt Exp $ */ /* Copyright (c) 1994 HD Associates * (contact: dufault@hda.com) @@ -984,7 +984,7 @@ static u_long g_u_long(u_char *s) /* In the old software you could patch in a special error table: */ -scsi_assoc_t *error_table = 0; +static scsi_assoc_t *error_table = 0; static void sense_7x_dump(FILE *f, scsireq_t *scsireq) { |