|
Daniel P. Berrange |
99cbbf |
diff -rup libvirt-3.4.0.orig/gnulib/lib/getopt-core.h libvirt-3.4.0.new/gnulib/lib/getopt-core.h
|
|
Daniel P. Berrange |
99cbbf |
--- libvirt-3.4.0.orig/gnulib/lib/getopt-core.h 2017-05-27 17:19:29.311435569 +0100
|
|
Daniel P. Berrange |
99cbbf |
+++ libvirt-3.4.0.new/gnulib/lib/getopt-core.h 2017-06-05 11:07:41.501442780 +0100
|
|
Daniel P. Berrange |
99cbbf |
@@ -17,8 +17,8 @@
|
|
Daniel P. Berrange |
99cbbf |
License along with the GNU C Library; if not, see
|
|
Daniel P. Berrange |
99cbbf |
<http://www.gnu.org/licenses/>. */
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
-#ifndef _GETOPT_CORE_H
|
|
Daniel P. Berrange |
99cbbf |
-#define _GETOPT_CORE_H 1
|
|
Daniel P. Berrange |
99cbbf |
+#ifndef _GL_GETOPT_CORE_H
|
|
Daniel P. Berrange |
99cbbf |
+#define _GL_GETOPT_CORE_H 1
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
/* This header should not be used directly; include getopt.h or
|
|
Daniel P. Berrange |
99cbbf |
unistd.h instead. Unlike most bits headers, it does not have
|
|
Daniel P. Berrange |
99cbbf |
@@ -93,4 +93,4 @@ extern int getopt (int ___argc, char *co
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
__END_DECLS
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
-#endif /* _GETOPT_CORE_H */
|
|
Daniel P. Berrange |
99cbbf |
+#endif /* _GL_GETOPT_CORE_H */
|
|
Daniel P. Berrange |
99cbbf |
diff -rup libvirt-3.4.0.orig/gnulib/lib/getopt-ext.h libvirt-3.4.0.new/gnulib/lib/getopt-ext.h
|
|
Daniel P. Berrange |
99cbbf |
--- libvirt-3.4.0.orig/gnulib/lib/getopt-ext.h 2017-05-27 17:19:29.316435518 +0100
|
|
Daniel P. Berrange |
99cbbf |
+++ libvirt-3.4.0.new/gnulib/lib/getopt-ext.h 2017-06-05 11:07:51.806408528 +0100
|
|
Daniel P. Berrange |
99cbbf |
@@ -17,8 +17,8 @@
|
|
Daniel P. Berrange |
99cbbf |
License along with the GNU C Library; if not, see
|
|
Daniel P. Berrange |
99cbbf |
<http://www.gnu.org/licenses/>. */
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
-#ifndef _GETOPT_EXT_H
|
|
Daniel P. Berrange |
99cbbf |
-#define _GETOPT_EXT_H 1
|
|
Daniel P. Berrange |
99cbbf |
+#ifndef _GL_GETOPT_EXT_H
|
|
Daniel P. Berrange |
99cbbf |
+#define _GL_GETOPT_EXT_H 1
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
/* This header should not be used directly; include getopt.h instead.
|
|
Daniel P. Berrange |
99cbbf |
Unlike most bits headers, it does not have a protective #error,
|
|
Daniel P. Berrange |
99cbbf |
@@ -74,4 +74,4 @@ extern int getopt_long_only (int ___argc
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
__END_DECLS
|
|
Daniel P. Berrange |
99cbbf |
|
|
Daniel P. Berrange |
99cbbf |
-#endif /* _GETOPT_EXT_H */
|
|
Daniel P. Berrange |
99cbbf |
+#endif /* _GL_GETOPT_EXT_H */
|