2010/11/13 Michael Dorrington <[email protected]>: > netstatus-sysdeps.c: In function ‘wireless_getval’: > netstatus-sysdeps.c:408: warning: implicit declaration of function ‘strlcpy’
Add -lbsd to CFLAGS > netstatus-sysdeps.c: In function ‘get_wi_data’: > netstatus-sysdeps.c:474: error: storage size of ‘wreq’ isn’t known Seems like wireless structs aren't properly defined. Perhaps this is the same problem that caused #601803 ? grep for struct.*wreq in kfreebsd headers, see if the declaration is present, and why it isn't accessible. -- Robert Millan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

