diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-23 17:17:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-23 17:17:05 +0000 |
commit | e7efe455a2867324da4fa5d3422c3ed94830f313 (patch) | |
tree | 41b9a6cb8e3c331184d90cdfd5b8d7b5585d2c8a /sys/arch | |
parent | b87d46281ec64181ab8d49df1af443faa2257b0a (diff) |
remove a commented-out debug printf
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/macppc/mem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/macppc/mem.c b/sys/arch/macppc/macppc/mem.c index a97c8faa94c..9ebc297fbc9 100644 --- a/sys/arch/macppc/macppc/mem.c +++ b/sys/arch/macppc/macppc/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.4 2002/02/23 16:59:36 matthieu Exp $ */ +/* $OpenBSD: mem.c,v 1.5 2002/02/23 17:17:04 matthieu Exp $ */ /* $NetBSD: mem.c,v 1.1 1996/09/30 16:34:50 ws Exp $ */ /* @@ -81,8 +81,6 @@ mmopen(dev, flag, mode, p) break; #ifdef APERTURE case 4: - /* printf("open aperture allow %d count %d\n", - allowaperture, ap_open_count); */ if (suser(p->p_ucred, &p->p_acflag) != 0 || !allowaperture) return (EPERM); |