mailing list of musl libc
 help / color / mirror / code / Atom feed
55be0d82a26dd1cc8fb27d7046bfd841c6af66eb blob 514 bytes (raw)

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

#include <sys/cdefs.h>

__BEGIN_DECLS
char	*ether_ntoa(const struct ether_addr *);
char	*ether_ntoa_r(const struct ether_addr *, char *);
struct 	ether_addr *ether_aton(const char *);
struct	ether_addr *ether_aton_r(const char *, struct ether_addr *);
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 55be0d8 ...
found 55be0d8 in https://inbox.vuxu.org/musl/1350764145-10305-5-git-send-email-awg@embtoolkit.org/
found 44c614e in https://inbox.vuxu.org/musl/1350764145-10305-4-git-send-email-awg@embtoolkit.org/

applying [1/2] 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


applying [2/2] https://inbox.vuxu.org/musl/1350764145-10305-5-git-send-email-awg@embtoolkit.org/
diff --git a/include/netinet/ether.h b/include/netinet/ether.h
index 44c614e..55be0d8 100644

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

index at:
100644 55be0d82a26dd1cc8fb27d7046bfd841c6af66eb	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).