Displaying 1 result from an estimated 1 matches for "10084de".
Did you mean:
100846e0
2011 Apr 13
0
[PATCH libguestfs] add more missing include directives
...nclude <string.h>
#include <inttypes.h>
#include <unistd.h>
#include <getopt.h>
#include <locale.h>
#include <assert.h>
+#include <libintl.h>
#include "progname.h"
diff --git a/cat/virt-filesystems.c b/cat/virt-filesystems.c
index c6d52ac..10084de 100644
--- a/cat/virt-filesystems.c
+++ b/cat/virt-filesystems.c
@@ -1,5 +1,5 @@
/* virt-filesystems
- * 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 P...