search for: 7852daa

Displaying 1 result from an estimated 1 matches for "7852daa".

2011 Apr 13
1
[PATCH libguestfs] include string.h and libintl.h, as needed
...clude <string.h> #include <inttypes.h> #include <unistd.h> #include <getopt.h> #include <locale.h> #include <assert.h> +#include <libintl.h> #ifdef HAVE_LIBVIRT #include <libvirt/libvirt.h> diff --git a/df/output.c b/df/output.c index b60d285..7852daa 100644 --- a/df/output.c +++ b/df/output.c @@ -1,5 +1,5 @@ /* virt-df - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 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 @...