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:   matt
Date:           Mon Jan 30 23:31:28 UTC 2012

Modified Files:
        src/sys/arch/powerpc/marvell: pic_discovery.c
        src/sys/dev/marvell: gtidmac.c
        src/sys/kern: subr_autoconf.c
        src/sys/net: bpf_stub.c
        src/sys/netinet: tcp_sack.c
        src/sys/sys: dtrace_bsd.h

Log Message:
Use proper ANSI prototypes for foo() -> foo(void)
Caught when compiling with -Wold-style-definition


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/marvell/pic_discovery.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/marvell/gtidmac.c
cvs rdiff -u -r1.221 -r1.222 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/net/bpf_stub.c
cvs rdiff -u -r1.27 -r1.28 src/sys/netinet/tcp_sack.c
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/dtrace_bsd.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