Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-20 | src|tests: Address warning -Wstrict-prototypes | Sebastian Pipping | -1/+1 | |
Symptom with Clang 15: > In file included from userinfo.c:20: > ./userinfo.h:38:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] > void invalidate_user_cache(); /* safe to call from signal handler */ > ^ > void > [many more] | ||||
2012-05-18 | Fixed --create-as-user. | Martin Pärtel | -10/+4 | |
2012-03-13 | Added --map. | Martin Pärtel | -0/+60 | |