summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev/qec.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-07-05 09:24:22 +0000
committerderaadt <deraadt@openbsd.org>1998-07-05 09:24:22 +0000
commit54d0439940b33d0ea031f788c0840a60692cdfd9 (patch)
treed15172bd9d711eda187eb5f3b94196ed6c92fe28 /sys/arch/sparc/dev/qec.c
parentSet CFLAGS for configure. (diff)
downloadwireguard-openbsd-54d0439940b33d0ea031f788c0840a60692cdfd9.tar.xz
wireguard-openbsd-54d0439940b33d0ea031f788c0840a60692cdfd9.zip
do not print fake slot numbers
Diffstat (limited to 'sys/arch/sparc/dev/qec.c')
-rw-r--r--sys/arch/sparc/dev/qec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/qec.c b/sys/arch/sparc/dev/qec.c
index 6d2fdc83fbd..963894d9620 100644
--- a/sys/arch/sparc/dev/qec.c
+++ b/sys/arch/sparc/dev/qec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qec.c,v 1.3 1998/07/05 06:50:00 deraadt Exp $ */
+/* $OpenBSD: qec.c,v 1.4 1998/07/05 09:24:22 deraadt Exp $ */
/*
* Copyright (c) 1998 Theo de Raadt. All rights reserved.
@@ -66,7 +66,7 @@ qecprint(aux, name)
if (name)
printf("%s at %s", ca->ca_ra.ra_name, name);
- printf(" slot 0x%x offset 0x%x", ca->ca_slot, ca->ca_offset);
+ printf(" offset 0x%x", ca->ca_offset);
return (UNCONF);
}