]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/adouble/ad_size.c
Conversion from adouble v2 to ea for directories
[netatalk.git] / libatalk / adouble / ad_size.c
index 0b45babdb954f6342721e4ba7093ea598590e6d8..6b4ed96d40a9fd09a8173becbce1d28dca3d43f6 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: ad_size.c,v 1.8 2010-02-26 14:13:16 didg Exp $
  *
  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
  * All rights reserved. See COPYRIGHT.
@@ -15,7 +14,7 @@
 #include <atalk/logger.h>
 #include <atalk/adouble.h>
 
-off_t ad_size(const struct adouble *ad, const u_int32_t eid)
+off_t ad_size(const struct adouble *ad, const uint32_t eid)
 {
   if (eid == ADEID_DFORK) {
     struct stat st;