diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-13 09:53:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-13 09:53:11 +0000 |
| commit | 9bffbcd4f5706e9ccfe7446bf29a8b6bdf2d09ea (patch) | |
| tree | a7160fe82e25307f2dc522df6e4d001b01ce5477 /sys/dev/vx | |
| parent | 6baa65474dbaa46e52a214fdcb3fbbce295f54bd (diff) | |
Notes
Diffstat (limited to 'sys/dev/vx')
| -rw-r--r-- | sys/dev/vx/if_vx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index c02fd753fcc7..df8a606578de 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_vx.c,v 1.16 1998/02/21 05:35:02 gpalmer Exp $ + * $Id: if_vx.c,v 1.17 1998/06/07 17:09:51 dfr Exp $ * */ @@ -327,7 +327,7 @@ vxgetlink(sc) if (sc->vx_connector & 0x10) { sc->vx_connector &= 0x0f; printf("[*%s*]", conn_tab[sc->vx_connector].name); - printf(": disable 'auto select' with DOS util!", sc->unit); + printf(": disable 'auto select' with DOS util!"); } else { printf("[*%s*]", conn_tab[sc->vx_connector].name); } |
