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:   dsl
Date:           Fri Jul 25 20:55:43 UTC 2008

Modified Files:
        src/sys/netipsec: key.c
        src/sys/netkey: key.c

Log Message:
Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE().
The expansion contains a 'continue' which is expected to continue
a loop in the callling code, not just abort the #define.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/netipsec/key.c
cvs rdiff -r1.161 -r1.162 src/sys/netkey/key.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