]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/atp/atp_sreq.c
Remove bdb env on exit
[netatalk.git] / libatalk / atp / atp_sreq.c
index bbb6cc4e8dbc259e9d4e1650b6015f78632ad8df..a34f3470c8e2480d1a6aadee3d602094aed8affd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: atp_sreq.c,v 1.4 2001-08-15 02:17:57 srittau Exp $
+ * $Id: atp_sreq.c,v 1.5 2002-01-17 06:08:55 srittau Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
@@ -95,7 +95,7 @@ atp_sreq( ATP ah, struct atp_block *atpb, int respcount, u_int8_t flags )
     /* send the initial request
     */
 #ifdef EBUG
-    printf( "\n<%d> atp_sreq: sending a %d byte packet ", getpid(),
+    printf( "\n<%d> atp_sreq: sending a %ld byte packet ", getpid(),
            req_buf->atpbuf_dlen );
     atp_print_addr( " to", atpb->atp_saddr );
     putchar( '\n' );