Displaying 1 result from an estimated 1 matches for "dca9ef4".
Did you mean:
dc194f4
2011 Apr 13
0
[PATCH libguestfs] add more missing include directives
...tring.h and libintl.h.
* cat/virt-filesystems.c: Likewise.
* cat/virt-ls.c: Likewise.
---
cat/virt-cat.c | 4 +++-
cat/virt-filesystems.c | 4 +++-
cat/virt-ls.c | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/cat/virt-cat.c b/cat/virt-cat.c
index dca9ef4..06bd8b1 100644
--- a/cat/virt-cat.c
+++ b/cat/virt-cat.c
@@ -1,5 +1,5 @@
/* virt-cat
- * 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 a...