From 9652be3de8913e528f86d9d4d2643db6c472f9fe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Feb 1997 04:08:52 +0000 Subject: update from main archive 970217 --- nis/nss_nis/nis-ethers.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nis') diff --git a/nis/nss_nis/nis-ethers.c b/nis/nss_nis/nis-ethers.c index 25f77f5f82..d257cd7e4b 100644 --- a/nis/nss_nis/nis-ethers.c +++ b/nis/nss_nis/nis-ethers.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk , 1996. @@ -156,8 +156,8 @@ _nss_nis_getetherent_r (struct ether *result, char *buffer, size_t buflen) } enum nss_status -_nss_nis_getethernam_r (const char *name, struct ether *eth, - char *buffer, size_t buflen) +_nss_nis_gethostton_r (const char *name, struct ether *eth, + char *buffer, size_t buflen) { struct parser_data *data = (void *) buffer; enum nss_status retval; @@ -210,8 +210,8 @@ _nss_nis_getethernam_r (const char *name, struct ether *eth, } enum nss_status -_nss_nis_getetherbyaddr_r (struct ether_addr *addr, struct ether *eth, - char *buffer, size_t buflen) +_nss_nis_getntohost_r (struct ether_addr *addr, struct ether *eth, + char *buffer, size_t buflen) { struct parser_data *data = (void *) buffer; enum nss_status retval; -- cgit v1.2.3