diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-09 22:07:32 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-09 22:07:32 +0100 |
commit | 35bc3ac5735bd0edff45b68465de710ff61d2385 (patch) | |
tree | b331ab7c7a7a0d7f936a9902c7bea13e12b38c19 /sys/src/9/ip/ip.h | |
parent | a7ac020664f1de870b09807086565030246ad6fb (diff) |
devether: remove duplicated parseether() implementation (pull from libip)
Diffstat (limited to 'sys/src/9/ip/ip.h')
-rw-r--r-- | sys/src/9/ip/ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/ip/ip.h b/sys/src/9/ip/ip.h index 8d9a09f1d..73c6a836c 100644 --- a/sys/src/9/ip/ip.h +++ b/sys/src/9/ip/ip.h @@ -644,7 +644,7 @@ extern void arpenter(Fs*, int version, uchar *ip, uchar *mac, int len, int noref * ipaux.c */ -extern int myetheraddr(uchar*, char*); +extern int parseether(uchar*, char*); extern vlong parseip(uchar*, char*); extern vlong parseipmask(uchar*, char*); extern char* v4parseip(uchar*, char*); |