X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2Fguestfsd.c;h=e8fb48fc5be0caf335cdc8c66b91aa4561201c6d;hb=58e7e42033b1ac5044ae03f0aa5d5082c5fdb497;hp=7bd384e2b51cdcb369d6832a34182205c83fb8f1;hpb=0f2e9c84e9ff1071260770930068642ecc8ac0d9;p=libguestfs.git diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 7bd384e..e8fb48f 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -68,7 +68,7 @@ int main (int argc, char *argv[]) { static const char *options = "fh:p:?"; - static struct option long_options[] = { + static const struct option long_options[] = { { "foreground", 0, 0, 'f' }, { "help", 0, 0, '?' }, { "host", 1, 0, 'h' },