From owner-freebsd-commit Sat Apr 1 17:37:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18319 for commit-outgoing; Sat, 1 Apr 1995 17:37:22 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18306 for cvs-usrsbin-outgoing; Sat, 1 Apr 1995 17:37:20 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18205; Sat, 1 Apr 1995 17:35:55 -0800 Date: Sat, 1 Apr 1995 17:35:55 -0800 From: Bill Paul Message-Id: <199504020135.RAA18205@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rarpd Makefile rarpd.c ether_addr.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/01 17:35:54 Modified: usr.sbin/rarpd Makefile rarpd.c Removed: usr.sbin/rarpd ether_addr.c Log: Get rid of ether_addr.c: it's been moved to libc. Also add proper declaration for ether_ntohost(). (Does anyone know what header file is supposed to contain the declarations for the ether_addr functions? I can't them in the SunOS includes anywhere.)