freebsd-dev/sys/netatalk
Robert Watson e0af0ab104 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)/
2004-03-22 03:48:31 +00:00
..
aarp.c Since I have my hands all over netatalk adding locking and restructuring 2004-03-22 03:24:10 +00:00
aarp.h
at_control.c Since I have my hands all over netatalk adding locking and restructuring 2004-03-22 03:24:10 +00:00
at_extern.h Update netisr handling; Each SWI now registers its queue, and all queue 2003-03-04 23:19:55 +00:00
at_proto.c
at_rmx.c
at_var.h Update netisr handling; Each SWI now registers its queue, and all queue 2003-03-04 23:19:55 +00:00
at.h Add more ethernet types and move AppleTalk types into proper location. 2002-09-06 17:02:29 +00:00
COPYRIGHT
ddp_input.c Also modify ddp_input.c with the following changes previously applied 2004-03-22 03:48:31 +00:00
ddp_output.c Since I have my hands all over netatalk adding locking and restructuring 2004-03-22 03:24:10 +00:00
ddp_pcb.c Since I have my hands all over netatalk adding locking and restructuring 2004-03-22 03:24:10 +00:00
ddp_pcb.h Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing them 2004-03-19 07:21:22 +00:00
ddp_usrreq.c Since I have my hands all over netatalk adding locking and restructuring 2004-03-22 03:24:10 +00:00
ddp_var.h Make ddp_ports static, as it's not used outside of ddp_usrreq.c. 2004-03-17 12:54:21 +00:00
ddp.h
endian.h
phase2.h