Subject: Compiler Error in libc
To: None <current-users@NetBSD.ORG>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 03/11/1995 02:12:49
Hi,

I tried to make a new libx after I use sup yesterday, but I get this:

cc -O -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -I/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT  -c /src/lib/libc/net/linkaddr.c
/src/lib/libc/net/linkaddr.c: In function `link_addr':
/src/lib/libc/net/linkaddr.c:95: invalid operands to binary -
*** Error code 1

Stop.

I suspect that the problem is the changed <net/if_dl.h>, but why ???

Bernd