X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fsync.c;h=e96bf032a3accab1eeb5ec2ce77527b098004ead;hb=9dd53bcb10283295d7fb5f0a3469be2984d99926;hp=9ade84039cc07fd69d2991541d7cdc769960dbd9;hpb=40ca9a57829f2e82362e391d7d998bf33c8bd671;p=libguestfs.git diff --git a/daemon/sync.c b/daemon/sync.c index 9ade840..e96bf03 100644 --- a/daemon/sync.c +++ b/daemon/sync.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,9 +24,8 @@ #include "actions.h" int -do_sync () +do_sync (void) { sync (); - fprintf (stderr, "guestfsd: disk synched\n"); return 0; }