head	1.1;
access;
symbols
	aix_ok:1.1;
locks; strict;
comment	@ * @;


1.1
date	93.01.08.23.36.00;	author clarsen;	state Exp;
branches;
next	;


desc
@baseline
@


1.1
log
@Initial revision
@
text
@#include <rpc/rpc.h>
#include "ugid.h"
#include <sys/time.h>


bool_t
xdr_ugname(xdrs, objp)
	XDR *xdrs;
	ugname *objp;
{
	if (!xdr_string(xdrs, objp, MAXUGLEN)) {
		return (FALSE);
	}
	return (TRUE);
}


@
