diff options
Diffstat (limited to 'src/passwd/getspent.c')
-rw-r--r-- | src/passwd/getspent.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/getspent.c b/src/passwd/getspent.c index 8574a480..560c22dd 100644 --- a/src/passwd/getspent.c +++ b/src/passwd/getspent.c @@ -12,3 +12,11 @@ struct spwd *getspent() { return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |