From 2d74ac57a79cf13264f080dc0c450370cbc1d8c2 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 14 Jan 2010 00:32:47 +0000 Subject: Tweak names a bit. show_mem -> scsi_show_mem, show_scsi_xs -> scsi_xs_show. No functional change. --- sys/scsi/scsiconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/scsi/scsiconf.h') diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 46419776443..d6e016320f9 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.117 2010/01/04 00:45:58 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.118 2010/01/14 00:32:46 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -555,9 +555,9 @@ int scsi_report_luns(struct scsi_link *, int, void scsi_minphys(struct buf *, struct scsi_link *); int scsi_interpret_sense(struct scsi_xfer *); -void show_scsi_xs(struct scsi_xfer *); +void scsi_xs_show(struct scsi_xfer *); void scsi_print_sense(struct scsi_xfer *); -void show_mem(u_char *, int); +void scsi_show_mem(u_char *, int); void scsi_strvis(u_char *, u_char *, int); int scsi_delay(struct scsi_xfer *, int); -- cgit v1.2.3