Remove unnessasary cast

This commit is contained in:
Kevin Lo 2008-07-18 14:55:22 +00:00
parent 167fcf0511
commit 0c025af962
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180596

View File

@ -213,7 +213,7 @@ main(int argc, char *argv[])
init_list(&uidlist, addelem_uid, sizeof(uid_t), "user");
memf = nlistf = _PATH_DEVNULL;
while ((ch = getopt(argc, argv, PS_ARGS)) != -1)
switch ((char)ch) {
switch (ch) {
case 'A':
/*
* Exactly the same as `-ax'. This has been