Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   plunky
Date:           Sat Mar 31 18:17:13 UTC 2007

Modified Files:
        src/sys/netbt: hci_socket.c l2cap_socket.c rfcomm_socket.c sco_socket.c
        src/sys/sys: protosw.h

Log Message:
change declaration for protosw.h const symbolic strings to static, so that
they can be used by more than one source file without causing duplicate
definitions.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/netbt/hci_socket.c
cvs rdiff -r1.5 -r1.6 src/sys/netbt/l2cap_socket.c \
    src/sys/netbt/rfcomm_socket.c
cvs rdiff -r1.7 -r1.8 src/sys/netbt/sco_socket.c
cvs rdiff -r1.41 -r1.42 src/sys/sys/protosw.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index