Commit Diff


commit - e2764fac19ab02a6cca0d5a1a9411271904e0906
commit + a80077175599689439a2617f01962cc9787b78a0
blob - 93b0d49e152906d889fb460cd63adbabb8feecd7
blob + 65aa7d9e4b3189c0b560fe906708dc0c142dac51
--- compat/Makefile
+++ compat/Makefile
@@ -11,6 +11,8 @@ DISTFILES =	Makefile \
 		reallocarray.c \
 		recallocarray.c \
 		setproctitle.c \
+		setresgid.c \
+		setresuid.c \
 		stdlib.h \
 		string.h \
 		strlcat.c \
blob - e11c6a7d2ff084ae18239953519a9f93b3f69c74
blob + a0dd978f44b28f66c5a32d3887a6ecb76e3e01e7
--- tests/Makefile
+++ tests/Makefile
@@ -20,6 +20,8 @@ DISTFILES =	Makefile \
 		recallocarray.c \
 		setgroups.c \
 		setproctitle.c \
+		setresgid.c \
+		setresuid.c \
 		strlcat.c \
 		strlcpy.c \
 		strtonum.c \