]> git.saurik.com Git - apple/network_cmds.git/blobdiff - stdethers.tproj/stdethers.c
network_cmds-245.1.3.tar.gz
[apple/network_cmds.git] / stdethers.tproj / stdethers.c
index 4fb93da710da65de89890b41c68f0c0633c14c21..63ab559a61b082624191d2c6d4ca6d6d1e29ba01 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -70,8 +68,6 @@ static char rcsid[] = "$OpenBSD: stdethers.c,v 1.3 1997/09/11 19:47:33 deraadt E
 
 char *ProgramName = "stdethers";
 
-extern int   ether_line(char *, struct ether_addr *, char *);
-
 #ifndef NTOA_FIX
 #define        NTOA(x) (char *)ether_ntoa(x)
 #else