xbps.h: increase xbps_handle::native_arch to 64.

Requested by @chneukirchen.
This commit is contained in:
Juan RP 2016-02-05 11:43:22 +01:00
parent b759ca4b07
commit c91b942a45

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2008-2015 Juan Romero Pardines.
* Copyright (c) 2008-2016 Juan Romero Pardines.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -619,7 +619,7 @@ struct xbps_handle {
* Machine architecture, defaults to uname(2)::machine
* if XBPS_ARCH is not set from environment.
*/
char native_arch[16];
char native_arch[64];
/**
* @var flags
*