diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-21 07:31:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-21 07:31:48 +0000 |
commit | 0414cddfc806ebfa7c30decea53f88c2bc46270e (patch) | |
tree | 67401928ad7e2bf7e62fc99c3a46b10d167353fa | |
parent | cc2dbb21e554111bb3019b1169940f49e04fe99c (diff) |
Notes
-rw-r--r-- | lib/libstand/splitfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libstand/splitfs.c b/lib/libstand/splitfs.c index 26c7d1f4f5943..523c63896013a 100644 --- a/lib/libstand/splitfs.c +++ b/lib/libstand/splitfs.c @@ -85,7 +85,6 @@ splitfs_open(const char *fname, struct open_file *f) struct split_file *sf; struct stat sb; - printf("%s\n", fname); /* Have to be in "just read it" mode */ if (f->f_flags != F_READ) return(EPERM); |