mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Kill printf accidentally committed
This commit is contained in:
parent
39a1ad8654
commit
e1603e453d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37326
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue