Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/openpam/dist/lib/libpam
Module Name: src
Committed By: riastradh
Date: Sat Sep 6 12:17:10 UTC 2025
Modified Files:
src/external/bsd/openpam/dist/lib/libpam: openpam_configure.c
Log Message:
openpam: Restore local change lost in merge.
This was originally added by joerg@ in rev. 1.4 with the message:
> Cast enum explicitly to different type.
Losing this change broke the clang build:
> dependall ===> lib/libpam/libpam
> /home/source/ab/HEAD-llvm/src/external/bsd/openpam/dist/lib/libpam/openpam_configure.c:306:16: error: implicit conversion changes signedness: 'pam_control_t' to 'int' [-Werror,-Wsign-conversion]
> this->flag = ctlf;
> ~ ^~~~
> 1 error generated.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/openpam/dist/lib/libpam/openpam_configure.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