summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-29 10:08:25 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-29 10:08:25 +0100
commit7613eb0c7c95649e2152a7fa4d1e6e5e8c653e96 (patch)
tree39787d49bbbe171591cef6847ab48a93a7d5d566 /daemon
parent4585b0bbceb3ff73fcf2fbee554000b135297c19 (diff)
downloadlibguestfs-7613eb0c7c95649e2152a7fa4d1e6e5e8c653e96.tar.gz
libguestfs-7613eb0c7c95649e2152a7fa4d1e6e5e8c653e96.tar.xz
libguestfs-7613eb0c7c95649e2152a7fa4d1e6e5e8c653e96.zip
Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.
These commands count characters, words and lines in a file respectively.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index c84a563b..b58ec3d7 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -55,6 +55,7 @@ guestfsd_SOURCES = \
sync.c \
tar.c \
upload.c \
+ wc.c \
zero.c \
zerofree.c \
../src/guestfs_protocol.h \