summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-01-26 11:15:08 +0000
committerpjd <pjd@FreeBSD.org>2006-01-26 11:15:08 +0000
commitbe52ac2832da4e63818c5c6287ad2eef66b68455 (patch)
treefb9591a02b7f5d58c16120edb6e67ddc4d50bb9d /lib
parent14696be4fbd5832fdfbe82c55cff29dd987a6f36 (diff)
downloadFreeBSD-src-be52ac2832da4e63818c5c6287ad2eef66b68455.zip
FreeBSD-src-be52ac2832da4e63818c5c6287ad2eef66b68455.tar.gz
Remove debug printf.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getttyent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c
index db90bf2..ecfdbf0 100644
--- a/lib/libc/gen/getttyent.c
+++ b/lib/libc/gen/getttyent.c
@@ -250,7 +250,6 @@ setttyent()
}
closedir(devpts_dir);
}
- printf("it is %d %d\n", maxpts, curpts);
if (tf) {
rewind(tf);
return (1);
OpenPOWER on IntegriCloud