X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fpapd%2Flp.c;h=6740a386c9c86d15d47f8ac7d7273bc292daefde;hp=4fdbe9cff5d3eba8d0769dad0848cdd7a4d43d26;hb=9d78f9b52ea18b442fc91c6a1e8d8b607f2f90e8;hpb=c78b39f491fcb71c19f3510da169e7b3790f649c diff --git a/etc/papd/lp.c b/etc/papd/lp.c index 4fdbe9cf..6740a386 100644 --- a/etc/papd/lp.c +++ b/etc/papd/lp.c @@ -1,5 +1,5 @@ /* - * $Id: lp.c,v 1.14.8.4.2.3 2008-11-14 10:04:52 didg Exp $ + * $Id: lp.c,v 1.14.8.4.2.4 2008-11-25 15:16:33 didg Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -885,7 +885,7 @@ int lp_print() } #ifndef HAVE_CUPS -int lp_disconn_unix( fd ) +int lp_disconn_unix( int fd ) { return( close( fd )); }