Home | History | Annotate | Line # | Download | only in compat
      1  1.4  lukem /*	$NetBSD: setpassent.c,v 1.4 2003/10/27 00:12:43 lukem Exp $	*/
      2  1.1     tv 
      3  1.4  lukem #include "nbtool_config.h"
      4  1.1     tv 
      5  1.3     tv #if !HAVE_SETPASSENT || !HAVE_DECL_SETPASSENT
      6  1.1     tv #include <pwd.h>
      7  1.1     tv 
      8  1.1     tv int setpassent(int stayopen) {
      9  1.1     tv 	setpwent();
     10  1.1     tv 	return 1;
     11  1.1     tv }
     12  1.1     tv #endif
     13