Displaying 1 result from an estimated 1 matches for "06bd8b1".
Did you mean:
  04bd8f1
  
2011 Apr 13
0
[PATCH libguestfs] add more missing include directives
...nd 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 as publish...