diff options
author | Rob Landley <rob@landley.net> | 2014-08-18 19:10:45 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-08-18 19:10:45 -0500 |
commit | a8bee46cfebcf1ae9c3749b820c483054be81295 (patch) | |
tree | d6286350a097b5a4829c0817a7228d61d5b45946 /lib/pending.h | |
parent | 5cf4bd1922e6a87b5d0e14403e55cce2ab74bb12 (diff) | |
download | toybox-a8bee46cfebcf1ae9c3749b820c483054be81295.tar.gz |
Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config.
Diffstat (limited to 'lib/pending.h')
-rw-r--r-- | lib/pending.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pending.h b/lib/pending.h index ec80c91f..c98bb514 100644 --- a/lib/pending.h +++ b/lib/pending.h @@ -2,8 +2,6 @@ // password.c #define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0' -#define SYS_FIRST_ID 100 -#define SYS_LAST_ID 999 void is_valid_username(const char *name); int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted); |