mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2007-12-17 Roland McGrath <roland@redhat.com>
* inet/ether_line.c (ether_line): Remove unused variable.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc.
|
/* Copyright (C) 1996,1999,2002,2007 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -26,10 +26,7 @@
|
|||||||
int
|
int
|
||||||
ether_line (const char *line, struct ether_addr *addr, char *hostname)
|
ether_line (const char *line, struct ether_addr *addr, char *hostname)
|
||||||
{
|
{
|
||||||
size_t cnt;
|
for (size_t cnt = 0; cnt < 6; ++cnt)
|
||||||
char *cp;
|
|
||||||
|
|
||||||
for (cnt = 0; cnt < 6; ++cnt)
|
|
||||||
{
|
{
|
||||||
unsigned int number;
|
unsigned int number;
|
||||||
char ch;
|
char ch;
|
||||||
|
Reference in New Issue
Block a user