diff options
author | 2002-02-23 17:17:04 +0000 | |
---|---|---|
committer | 2002-02-23 17:17:04 +0000 | |
commit | 9ffdbda744dcb1874256e5d97fbe07f6dcb54eae (patch) | |
tree | 46d5367d4d38a09bf2b101ff28b055789b19d5b8 | |
parent | add a comment for option APERTURE (diff) | |
download | wireguard-openbsd-9ffdbda744dcb1874256e5d97fbe07f6dcb54eae.tar.xz wireguard-openbsd-9ffdbda744dcb1874256e5d97fbe07f6dcb54eae.zip |
remove a commented-out debug printf
-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); |