Source-Changes archive

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

CVS commit: src/sys/compat/linux/arch



Module Name:    src
Committed By:   maxv
Date:           Tue Apr 15 17:53:09 UTC 2014

Modified Files:
        src/sys/compat/linux/arch/i386: linux_ptrace.c
        src/sys/compat/linux/arch/powerpc: linux_ptrace.c

Log Message:
There are two times the same branches.

                } else if (addr == LUSR_OFF(__signal)) {
                        error = ENOTSUP;
                } else if (addr == LUSR_OFF(__signal)) {
                        error = ENOTSUP;
                }

Just delete one of them. Spotted by my code scanner.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/compat/linux/arch/i386/linux_ptrace.c
cvs rdiff -u -r1.24 -r1.25 src/sys/compat/linux/arch/powerpc/linux_ptrace.c

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