diff options
| author | 1998-07-05 09:24:22 +0000 | |
|---|---|---|
| committer | 1998-07-05 09:24:22 +0000 | |
| commit | 54d0439940b33d0ea031f788c0840a60692cdfd9 (patch) | |
| tree | d15172bd9d711eda187eb5f3b94196ed6c92fe28 /sys/arch/sparc/dev/lebuffer.c | |
| parent | Set CFLAGS for configure. (diff) | |
| download | wireguard-openbsd-54d0439940b33d0ea031f788c0840a60692cdfd9.tar.xz wireguard-openbsd-54d0439940b33d0ea031f788c0840a60692cdfd9.zip | |
do not print fake slot numbers
Diffstat (limited to 'sys/arch/sparc/dev/lebuffer.c')
| -rw-r--r-- | sys/arch/sparc/dev/lebuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/lebuffer.c b/sys/arch/sparc/dev/lebuffer.c index fc29f5da25f..d5ee34b32a4 100644 --- a/sys/arch/sparc/dev/lebuffer.c +++ b/sys/arch/sparc/dev/lebuffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lebuffer.c,v 1.2 1998/03/09 09:33:39 deraadt Exp $ */ +/* $OpenBSD: lebuffer.c,v 1.3 1998/07/05 09:24:23 deraadt Exp $ */ /* $NetBSD: lebuffer.c,v 1.3 1997/05/24 20:16:28 pk Exp $ */ /* @@ -69,7 +69,7 @@ lebufprint(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); } |
