]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/adouble/ad_read.c
Convert all u_int to ISO uint
[netatalk.git] / libatalk / adouble / ad_read.c
index 877ab574cff326dc3b70750572fa2577d4bec1ab..e6d2669d403ba3a0a16b4a53aeeb90746f039a4f 100644 (file)
@@ -60,7 +60,7 @@ ssize_t adf_pread(struct ad_fd *ad_fd, void *buf, size_t count, off_t offset)
 /* XXX: locks have to be checked before each stream of consecutive
  *      ad_reads to prevent a denial in the middle from causing
  *      problems. */
-ssize_t ad_read( struct adouble *ad, const u_int32_t eid, off_t off, char *buf, const size_t buflen)
+ssize_t ad_read( struct adouble *ad, const uint32_t eid, off_t off, char *buf, const size_t buflen)
 {
     ssize_t     cc;