4.1cBSD/usr/src/usr.lib/undoc/libpriv/chkshare.c

/*	@(#)chkshare.c	4.1	(Melbourne)	82/01/25	*/

chkshare(share, uid)
float share;
{
	/* eventually, we check whether its legal for someone
	   with a share as given to log on now */
	return(1);
}