xref: /netbsd-src/external/bsd/am-utils/dist/conf/hn_dref/hn_dref_linux.h (revision a53f50b9b44dc9467ccc9c464999b1d1c509cb0c)
1*a53f50b9Schristos /*	$NetBSD: hn_dref_linux.h,v 1.1.1.1 2008/09/19 20:07:17 christos Exp $	*/
2*a53f50b9Schristos 
3*a53f50b9Schristos /* $srcdir/conf/hn_dref/hn_dref_linux.h */
4*a53f50b9Schristos #define NFS_HN_DREF(dst, src) xstrlcpy((dst), (src), MAXHOSTNAMELEN)
5