]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge branch 'refs/heads/t/portable_io'
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 3 Sep 2017 08:28:30 +0000 (10:28 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 3 Sep 2017 08:28:30 +0000 (10:28 +0200)
commit66b97974ebba5c6ea967b713f84f62a1b72da8d2
treec63f36a0c0064016a65d664d97ee267196969f42
parentfe3d9cd155b5eac8706015854c343440823e12da
parent2b5bf202610edf7744ab8e087553f8ec109d1299
Merge branch 'refs/heads/t/portable_io'

A small series with no user-visible impact. After this is merged,
no more casts are necessary for pointers passed to read_u*() and
write_u*() and their big-endian counterparts.

Cooking for five weeks.

* refs/heads/t/portable_io:
  blob: Remove some unnecessary casts for arguments to read_u32().
  crypt: Remove read_ssh_u32().
  Let helpers in portable_io.h receive void * arguments.