Module Name: src Committed By: rillig Date: Tue Sep 14 21:49:31 UTC 2021
Modified Files: src/crypto/dist/ipsec-tools/src/racoon: privsep.c Log Message: ipsectools: fix lint error Returning a value from a void function is a GNU extension, but even in GNU mode, lint does not allow these. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/crypto/dist/ipsec-tools/src/racoon/privsep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.