Home | History | Annotate | Line # | Download | only in compat
      1  1.4  lukem /*	$NetBSD: setgroupent.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_SETGROUPENT || !HAVE_DECL_SETGROUPENT
      6  1.1     tv #include <grp.h>
      7  1.1     tv 
      8  1.1     tv int setgroupent(int stayopen) {
      9  1.1     tv 	setgrent();
     10  1.1     tv 	return 1;
     11  1.1     tv }
     12  1.1     tv #endif
     13