Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / libvirt / patches / patch-ac
blobb761745653bf6f099ae50ae78ccf021195b506a6
1 $NetBSD$
3 Make sure the header inclusion guard is unique
5 --- gnulib/lib/base64.h 2011/07/17 21:51:19     1.1
6 +++ gnulib/lib/base64.h 2011/07/17 21:52:04
7 @@ -18,8 +18,8 @@
8     along with this program; if not, write to the Free Software Foundation,
9     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
11 -#ifndef BASE64_H
12 -# define BASE64_H
13 +#ifndef GNULIB_LIB_BASE64_H
14 +# define GNULIB_LIB_BASE64_H
16  /* Get size_t. */
17  # include <stddef.h>
18 @@ -60,4 +60,4 @@
19  #define base64_decode_alloc(in, inlen, out, outlen) \
20          base64_decode_alloc_ctx (NULL, in, inlen, out, outlen)
22 -#endif /* BASE64_H */
23 +#endif /* GNULIB_LIB_BASE64_H */