summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-29 06:22:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-29 06:22:41 +0000
commit00e5987be5ae3b7c108866ac1dba4403cc4306d5 (patch)
treefe0a9e079d59ddd8881908a2449dee49add57ba8 /pw/Makefile
parent8b5f16fbd8d18aa47074a93c215947b3401257e7 (diff)
downloadpw-darwin-00e5987be5ae3b7c108866ac1dba4403cc4306d5.tar.gz
pw-darwin-00e5987be5ae3b7c108866ac1dba4403cc4306d5.tar.zst
pw-darwin-00e5987be5ae3b7c108866ac1dba4403cc4306d5.zip
Create a strtounum function using the same API as strtonum
This function returns uintmax_t Use this function to convert to gid_t/uid_t
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/Makefile b/pw/Makefile
index c265399..87bb5f6 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -3,7 +3,7 @@
PROG= pw
MAN= pw.conf.5 pw.8
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
- grupd.c pwupd.c psdate.c bitmap.c cpdir.c rm_r.c
+ grupd.c pwupd.c psdate.c bitmap.c cpdir.c rm_r.c strtounum.c
WARNS?= 3