Displaying 1 result from an estimated 1 matches for "c2db970".
Did you mean:
c20b978
2011 Apr 13
1
[PATCH libguestfs] include string.h and libintl.h, as needed
...| 3 ++-
df/main.c | 4 +++-
df/output.c | 3 ++-
fuse/guestmount.c | 1 +
inspector/virt-inspector.c | 2 ++
rescue/virt-rescue.c | 4 +++-
6 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/df/df.c b/df/df.c
index c2db970..8821d68 100644
--- a/df/df.c
+++ b/df/df.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...