diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-08-31 00:08:49 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-08-31 00:08:49 +0000 |
commit | ca57057f598bfc7119f79f71bf38ec88244ab396 (patch) | |
tree | 051f78ef258707b493cc7cb21569b6949915f6c7 /conf/hn_dref | |
parent | e66b16bf080ead1c51f321eaf56710c771778706 (diff) | |
download | src-vendor/amd.tar.gz src-vendor/amd.zip |
Import am-utils 6.2,vendor/amd/6.2vendor/amd
Suggested by: pfg@
Obtained from: ftp://ftp.am-utils.org/pub/am-utils/
Notes
Notes:
svn path=/vendor/amd/dist/; revision=305100
svn path=/vendor/amd/6.2/; revision=305101; tag=vendor/amd/6.2
Diffstat (limited to 'conf/hn_dref')
-rw-r--r-- | conf/hn_dref/hn_dref_isc3.h | 2 | ||||
-rw-r--r-- | conf/hn_dref/hn_dref_linux.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/hn_dref/hn_dref_isc3.h b/conf/hn_dref/hn_dref_isc3.h new file mode 100644 index 000000000000..82291c19fcf8 --- /dev/null +++ b/conf/hn_dref/hn_dref_isc3.h @@ -0,0 +1,2 @@ +/* $srcdir/conf/hn_dref/hn_dref_isc3.h */ +#define NFS_HN_DREF(dst, src) xstrlcpy((dst), (src), MAXHOSTNAMELEN) diff --git a/conf/hn_dref/hn_dref_linux.h b/conf/hn_dref/hn_dref_linux.h new file mode 100644 index 000000000000..cf01d300a8a6 --- /dev/null +++ b/conf/hn_dref/hn_dref_linux.h @@ -0,0 +1,2 @@ +/* $srcdir/conf/hn_dref/hn_dref_linux.h */ +#define NFS_HN_DREF(dst, src) xstrlcpy((dst), (src), MAXHOSTNAMELEN) |