X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libatalk%2Fadouble%2Fad_flush.c;h=341df2e617837f0d8ff34e618ad2f1b745b49532;hb=c0b6c5214c32ed8dab853791679999ebd3c9a469;hp=e942607c5646fdcba22c316bc2279c4d5af39fa9;hpb=d51ce514fe1375a18987b1cda1401f691c30984c;p=netatalk.git diff --git a/libatalk/adouble/ad_flush.c b/libatalk/adouble/ad_flush.c index e942607c..341df2e6 100644 --- a/libatalk/adouble/ad_flush.c +++ b/libatalk/adouble/ad_flush.c @@ -1,5 +1,5 @@ /* - * $Id: ad_flush.c,v 1.9 2007-04-11 01:11:10 didg Exp $ + * $Id: ad_flush.c,v 1.10 2009-07-21 13:41:16 didg Exp $ * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. @@ -109,7 +109,7 @@ int ad_rebuild_adouble_header(struct adouble *ad) int ad_copy_header(struct adouble *add, struct adouble *ads) { u_int32_t eid; - int len; + u_int32_t len; for ( eid = 0; eid < ADEID_MAX; eid++ ) { if ( ads->ad_eid[ eid ].ade_off == 0 ) {