mailing list of musl libc
 help / color / mirror / code / Atom feed
44c614e719053c08e2a246b696f6d617a97bfa13 blob 391 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
#ifndef _NETINET_ETHER_H
#define _NETINET_ETHER_H

#include <sys/cdefs.h>

__BEGIN_DECLS
char	*ether_ntoa(const struct ether_addr *);
struct 	ether_addr *ether_aton(const char *);
int	ether_ntohost(char *, const struct ether_addr *);
int	ether_hostton(const char *, struct ether_addr *);
int	ether_line(const char *, struct ether_addr *, char *);
__END_DECLS

#endif /* !_NETINET_ETHER_H */
debug log:

solving 44c614e ...
found 44c614e in https://inbox.vuxu.org/musl/1350764145-10305-4-git-send-email-awg@embtoolkit.org/

applying [1/1] https://inbox.vuxu.org/musl/1350764145-10305-4-git-send-email-awg@embtoolkit.org/
diff --git a/include/netinet/ether.h b/include/netinet/ether.h
new file mode 100644
index 0000000..44c614e

Checking patch include/netinet/ether.h...
Applied patch include/netinet/ether.h cleanly.

index at:
100644 44c614e719053c08e2a246b696f6d617a97bfa13	include/netinet/ether.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).