blob: 4c65562aa19c17533dfd1d9a54edda34efb18f9c [file] [log] [blame]
#include <shadow.h>
/* glibc has a reasonably complicated wrapper that calls the reent version */
int putspent(const struct spwd *p, FILE *fp)
{
return 0;
}
stub_warning(putspent);