1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Remove debug from last commit

This commit is contained in:
Warner Losh 2005-04-03 16:35:58 +00:00
parent 7e0b3120e7
commit 371c9f9384
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144597

View File

@ -278,8 +278,6 @@ pathsearch(const char *pathname)
struct direct *dp;
char *path, *name, buffer[MAXPATHLEN];
printf("Looking for %s\n", pathname);
strcpy(buffer, pathname);
path = buffer;
ino = ROOTINO;