diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-15 04:05:49 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-15 04:05:49 +0000 |
commit | 143460168ac22800d93b3502d79cfcb015bb738f (patch) | |
tree | 92676ffb9396b887b14d332f697e16b844526d44 | |
parent | bc5ffda65243053a410583e0d3d5d660ddcfc891 (diff) |
Notes
-rw-r--r-- | lib/libc/posix1e/mac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c index 07755e683338..38cc09458223 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)); } |