X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libatalk%2Fdsi%2Fdsi_read.c;h=0f33c174b9f7dacd10cc9b90a00c4ed8ef89d414;hb=a4772fa50378fb23354fc515ca237d9957f77ed7;hp=cc5a27b0251609ede38b4d5cb17302e5efb05e6c;hpb=744aba2a76a1fc13571104ec6cb9a79b360a0a66;p=netatalk.git diff --git a/libatalk/dsi/dsi_read.c b/libatalk/dsi/dsi_read.c index cc5a27b0..0f33c174 100644 --- a/libatalk/dsi/dsi_read.c +++ b/libatalk/dsi/dsi_read.c @@ -1,15 +1,19 @@ /* + * $Id: dsi_read.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $ + * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. */ #ifdef HAVE_CONFIG_H #include "config.h" -#endif +#endif /* HAVE_CONFIG_H */ #include #include +#ifdef HAVE_UNISTD_H #include +#endif /* HAVE_UNISTD_H */ #include #include #include @@ -18,7 +22,7 @@ #ifndef min #define min(a,b) ((a) < (b) ? (a) : (b)) -#endif +#endif /* ! min */ /* streaming i/o for afp_read. this is all from the perspective of the * client. it basically does the reverse of dsi_write. on first entry,