From 1c440cd0eb8d330100fab91c4cddbff9226d1a16 Mon Sep 17 00:00:00 2001 From: mglocker Date: Sun, 26 Jun 2016 06:50:26 +0000 Subject: [PATCH] Oups, remove '#define I2S_DEBUG' again. --- sys/arch/macppc/dev/i2s.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/macppc/dev/i2s.c b/sys/arch/macppc/dev/i2s.c index f9d72961379..4c77c94dc87 100644 --- a/sys/arch/macppc/dev/i2s.c +++ b/sys/arch/macppc/dev/i2s.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2s.c,v 1.31 2016/06/26 06:48:39 mglocker Exp $ */ +/* $OpenBSD: i2s.c,v 1.32 2016/06/26 06:50:26 mglocker Exp $ */ /* $NetBSD: i2s.c,v 1.1 2003/12/27 02:19:34 grant Exp $ */ /*- @@ -46,7 +46,6 @@ #include #include -#define I2S_DEBUG #ifdef I2S_DEBUG # define DPRINTF(x) printf x #else -- 2.20.1