K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-03-22T03:48:31.000000Z K 7 svn:log V 363 Also modify ddp_input.c with the following changes previously applied to other files in netatalk: Log: Since I have my hands all over netatalk adding locking and restructuring it, cinch the file's style closer to style(9) with regard to parenthesis: s/( /(/g s/ )/)/g s/return(/return (/g s/return 0/return (0)/ s/return 1/return (1)/ END