forked from pool/util-linux
Accepting request 738817 from home:kukuk:etc
- libeconf.patch: fix a long int error on 32bit - libeconf.patch: fix a long int error on 32bit - libeconf.patch: fix a long int error on 32bit OBS-URL: https://build.opensuse.org/request/show/738817 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=424
This commit is contained in:
parent
d87a3bb4cf
commit
b746d00d83
@ -322,7 +322,7 @@ index 2b505d255..9075ad9e7 100644
|
||||
+
|
||||
+unsigned long getlogindefs_num(const char *name, unsigned long dflt)
|
||||
+{
|
||||
+ unsigned long value;
|
||||
+ uint64_t value;
|
||||
+ econf_err error;
|
||||
+
|
||||
+ if (!file)
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 14:48:15 CEST 2019 - kukuk@suse.de
|
||||
|
||||
- libeconf.patch: fix a long int error on 32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 13:19:42 CEST 2019 - kukuk@suse.de
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 14:48:15 CEST 2019 - kukuk@suse.de
|
||||
|
||||
- libeconf.patch: fix a long int error on 32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 13:19:42 CEST 2019 - kukuk@suse.de
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 14:48:15 CEST 2019 - kukuk@suse.de
|
||||
|
||||
- libeconf.patch: fix a long int error on 32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 13:19:42 CEST 2019 - kukuk@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user