diff options
Diffstat (limited to 'nss/ethers.c')
-rw-r--r-- | nss/ethers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/ethers.c b/nss/ethers.c index bf9ebb8..d059e31 100644 --- a/nss/ethers.c +++ b/nss/ethers.c @@ -36,7 +36,7 @@ static enum nss_status read_etherent( { int32_t tmpint32; size_t bufptr=0; - READ_STRING_BUF(fp,result->e_name); + READ_BUF_STRING(fp,result->e_name); READ_TYPE(fp,result->e_addr,uint8_t[6]); return NSS_STATUS_SUCCESS; } |