don't check for vaddr_t yet, because all ports define it.

This commit is contained in:
christos 2003-09-30 21:01:59 +00:00
parent 2d148569b5
commit 2be3afdc37
1 changed files with 2 additions and 0 deletions

View File

@ -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