diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-04-13 22:42:58 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-04-13 22:42:58 +0000 |
commit | 012c4b5efbfe0e9d8a22e16d72bcb26185f5f91c (patch) | |
tree | 3fedf08ca25b0cc4a6716117b59a10e1a5b7aafc /usr.sbin/extattrctl | |
parent | b4b127bb0c079ab9da36401568dc32f675545ed4 (diff) |
remove debugg printf that had a bad format string
ok drahn@, miod@, tdeval@
Diffstat (limited to 'usr.sbin/extattrctl')
-rw-r--r-- | usr.sbin/extattrctl/extattrctl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c index 566010b3178..d3f464153d1 100644 --- a/usr.sbin/extattrctl/extattrctl.c +++ b/usr.sbin/extattrctl/extattrctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: extattrctl.c,v 1.3 2002/12/08 05:10:10 millert Exp $ */ +/* $OpenBSD: extattrctl.c,v 1.4 2003/04/13 22:42:57 avsm Exp $ */ /*- * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson * All rights reserved. @@ -72,8 +72,6 @@ num_inodes_by_path(char *path) perror("statfs"); return (-1); } - printf("num files %d\n"); - return (buf.f_files); } |