Mercurial > pidgin.yaz
changeset 5736:f5063f283e41
[gaim-migrate @ 6160]
Commenting out the MAC stuff until we actually make it portable.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 04 Jun 2003 06:37:16 +0000 |
parents | a80fcb009d81 |
children | 72ced7411599 |
files | src/protocols/trepia/trepia.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c Wed Jun 04 06:31:25 2003 +0000 +++ b/src/protocols/trepia/trepia.c Wed Jun 04 06:37:16 2003 +0000 @@ -110,6 +110,7 @@ static char * __get_mac_address(const char *ip) { +#if 0 char *mac = NULL; #ifndef _WIN32 struct sockaddr_in sin = { 0 }; @@ -147,6 +148,9 @@ #endif return mac; +#endif + + return NULL; } /**************************************************************************