xbps.h: increase xbps_handle::native_arch to 64.
Requested by @chneukirchen.
This commit is contained in:
parent
b759ca4b07
commit
c91b942a45
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user