X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libatalk%2Fatp%2Fatp_open.c;h=76e65afb48189aa2ef5fd0fb3af871d0fa280485;hb=a4772fa50378fb23354fc515ca237d9957f77ed7;hp=c43c62e2327a400e35bdfd4c3c596557654034f3;hpb=744aba2a76a1fc13571104ec6cb9a79b360a0a66;p=netatalk.git diff --git a/libatalk/atp/atp_open.c b/libatalk/atp/atp_open.c index c43c62e2..76e65afb 100644 --- a/libatalk/atp/atp_open.c +++ b/libatalk/atp/atp_open.c @@ -1,4 +1,6 @@ /* + * $Id: atp_open.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $ + * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -23,7 +25,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" -#endif +#endif /* HAVE_CONFIG_H */ #include #include @@ -53,7 +55,7 @@ ATP atp_open(port, saddr) #ifdef DEBUG printf( "<%d> atp_open\n", getpid()); -#endif +#endif /* DEBUG */ memset(&addr, 0, sizeof(addr)); addr.sat_port = port; @@ -79,7 +81,7 @@ ATP atp_open(port, saddr) #ifdef EBUG srandom( tv.tv_sec ); -#endif +#endif /* EBUG */ return atp; }