История изменений
Исправление kostian, (текущая версия) :
if.c: In function 'show_int':
if.c:309: error: 'SIOCGIFHARDMTU' undeclared (first use in this function)
if.c:309: error: (Each undeclared identifier is reported only once
if.c:309: error: for each function it appears in.)
if.c:310: error: 'struct ifreq' has no member named 'ifr_hardmtu'
if.c:311: error: 'struct ifreq' has no member named 'ifr_hardmtu'
*** Error code 1
Stop in /tmp/nsh (line 89 of /usr/share/mk/sys.mk).
Исходная версия kostian, :
[code]
if.c: In function 'show_int':
if.c:309: error: 'SIOCGIFHARDMTU' undeclared (first use in this function)
if.c:309: error: (Each undeclared identifier is reported only once
if.c:309: error: for each function it appears in.)
if.c:310: error: 'struct ifreq' has no member named 'ifr_hardmtu'
if.c:311: error: 'struct ifreq' has no member named 'ifr_hardmtu'
*** Error code 1
Stop in /tmp/nsh (line 89 of /usr/share/mk/sys.mk).
[/code]