search for: 3421d90

Displaying 1 result from an estimated 1 matches for "3421d90".

Did you mean: 341990
2011 Apr 13
1
[PATCH libguestfs] include string.h and libintl.h, as needed
...or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +21,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <string.h> #include <inttypes.h> #ifdef HAVE_LIBVIRT diff --git a/df/main.c b/df/main.c index 3421d90..17aa283 100644 --- a/df/main.c +++ b/df/main.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...