- socklen_t is always 32bit, size_t is 64bit. so a classical

big endian 64bit error (bnc #674281)

OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=9
This commit is contained in:
Marcus Schaefer
2011-04-04 15:30:59 +00:00
committed by Git OBS Bridge
parent 5bca205674
commit a979ba7b53
3 changed files with 50 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 4 17:30:17 CEST 2011 - ms@suse.de
- socklen_t is always 32bit, size_t is 64bit. so a classical
big endian 64bit error (bnc #674281)
-------------------------------------------------------------------
Fri Feb 25 12:40:16 CET 2011 - ms@suse.de