]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/file.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / papd / file.c
index 4449e09d9faebcd1650995ee5a746ddce91e11a9..77a919ae02e910fe89484ed215840ea41517a768 100644 (file)
@@ -1,13 +1,15 @@
 /*
+ * $Id: file.c,v 1.8 2002-01-03 17:49:39 sibaz Exp $
+ *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -52,7 +54,8 @@ int markline( pf, start, linelength, crlflength )
        (*crlflength)++;
     }
 
-    return *linelength;
+    /* success, return 1 */
+    return( 1 );
 }
 
 void morespace( pf, data, len )