summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-07-01 23:31:53 +0000
committerimp <imp@FreeBSD.org>1998-07-01 23:31:53 +0000
commit2bf9f0966d281ff87e47b459121ff753c7ec14cc (patch)
tree096777b0d9037fd68de0162c2957cc54d00e2a4e /usr.bin/doscmd
parentcf3db5046cd8de7cccf7595424b7bcf86e816475 (diff)
downloadFreeBSD-src-2bf9f0966d281ff87e47b459121ff753c7ec14cc.zip
FreeBSD-src-2bf9f0966d281ff87e47b459121ff753c7ec14cc.tar.gz
Kill printf accidentally committed
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/cwd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c
index e18796d..6a9b60f 100644
--- a/usr.bin/doscmd/cwd.c
+++ b/usr.bin/doscmd/cwd.c
@@ -29,7 +29,7 @@
*
* BSDI cwd.c,v 2.2 1996/04/08 19:32:25 bostic Exp
*
- * $Id: cwd.c,v 1.1 1997/08/09 01:42:38 dyson Exp $
+ * $Id: cwd.c,v 1.2 1998/07/01 19:56:13 imp Exp $
*/
#include <sys/types.h>
@@ -209,8 +209,6 @@ dos_makepath(u_char *where, u_char *newpath)
*newpath++ = ':';
}
-printf("dos_makepath: Drive = %d\n", drive);
-
if (drive < 0 || drive >= MAX_DRIVE) {
debug(D_REDIR,"drive %c invalid\n", drntol(drive));
return (DISK_DRIVE_INVALID);
OpenPOWER on IntegriCloud