CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/09/26 10:39:19
Modified files: usr.bin/getent : getent.c Log message: Use more appropiate types/limits around strtonum() Replace `long long id' with appropiate types and names, use smaller limits where applicable and move variable declarations up out of loops. This makes the code clearer and a tad simpler while staying consistent across databases. Feedback and OK millert