summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/mac.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-15 04:05:49 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-15 04:05:49 +0000
commit24287012213d2623b0f197f66840f55c4cd8248c (patch)
tree92676ffb9396b887b14d332f697e16b844526d44 /lib/libc/posix1e/mac.c
parentd4a2b2218902a0acb5a8827b41c1c8ff437e81de (diff)
downloadFreeBSD-src-24287012213d2623b0f197f66840f55c4cd8248c.zip
FreeBSD-src-24287012213d2623b0f197f66840f55c4cd8248c.tar.gz
Remove debugging printf that crept into the last commit.
Diffstat (limited to 'lib/libc/posix1e/mac.c')
-rw-r--r--lib/libc/posix1e/mac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c
index 07755e6..38cc094 100644
--- a/lib/libc/posix1e/mac.c
+++ b/lib/libc/posix1e/mac.c
@@ -366,7 +366,6 @@ mac_prepare_type(struct mac **mac, const char *name)
for (ld = LIST_FIRST(&label_default_head); ld != NULL;
ld = LIST_NEXT(ld, ld_entries)) {
- printf("%s\n", ld->ld_name);
if (strcmp(name, ld->ld_name) == 0)
return (mac_prepare(mac, ld->ld_labels));
}
OpenPOWER on IntegriCloud