mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-21 21:17:13 +08:00
netstat: Enable use of kvm again
The code committed has some debug information enabled. It ends with an odd reference to address 0x1.
This commit is contained in:
@@ -67,11 +67,7 @@ extern int unit; /* unit number for above */
|
||||
extern int af; /* address family */
|
||||
extern int live; /* true if we are examining a live system */
|
||||
|
||||
#ifdef __rtems__
|
||||
#define kread(_x, _y, _z) (0)
|
||||
#else
|
||||
int kread(u_long addr, void *buf, size_t size);
|
||||
#endif
|
||||
const char *plural(uintmax_t);
|
||||
const char *plurales(uintmax_t);
|
||||
const char *pluralies(uintmax_t);
|
||||
|
Reference in New Issue
Block a user