aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/putgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd/putgrent.c')
-rw-r--r--src/passwd/putgrent.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/putgrent.c b/src/passwd/putgrent.c
index 2a8257dc..2fa3df0a 100644
--- a/src/passwd/putgrent.c
+++ b/src/passwd/putgrent.c
@@ -15,3 +15,11 @@ done:
funlockfile(f);
return r<0 ? -1 : 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif