Merged chkpwr to chkusr and moved defines to config.h.

This commit is contained in:
Johannes Findeisen 2025-09-08 02:34:46 +02:00
commit 71555fc275
12 changed files with 171 additions and 51 deletions

View file

@ -6,7 +6,7 @@
* License: Apache-2.0 (see LICENSE)
*/
#include "version.h"
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
@ -14,8 +14,6 @@
#include <pwd.h>
#include <grp.h>
#define MAX_NAME 256
int main(int argc, char *argv[])
{
if (argc != 3)