don't check for vaddr_t yet, because all ports define it.
This commit is contained in:
parent
2d148569b5
commit
2be3afdc37
|
@ -345,9 +345,11 @@
|
|||
#include <zconf.h>
|
||||
#include <zlib.h>
|
||||
|
||||
#ifdef notyet
|
||||
/*
|
||||
* Add symbols here, that should not be visible in userland,
|
||||
* but we make visible. We choose an empty struct to produce a conflict.
|
||||
*/
|
||||
struct {
|
||||
} vaddr_t;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue