diff options
Diffstat (limited to 'ot_fullscrape.c')
| -rw-r--r-- | ot_fullscrape.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c index 0aa7fb9..8175722 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | $id$ */ | 4 | $id$ */ |
| 5 | 5 | ||
| 6 | #ifdef WANT_FULLSCRAPE | ||
| 7 | |||
| 6 | /* System */ | 8 | /* System */ |
| 7 | #include <sys/param.h> | 9 | #include <sys/param.h> |
| 8 | #include <sys/uio.h> | 10 | #include <sys/uio.h> |
| @@ -226,5 +228,6 @@ static void fullscrape_make( int *iovec_entries, struct iovec **iovector, ot_tas | |||
| 226 | /* Release unused memory in current output buffer */ | 228 | /* Release unused memory in current output buffer */ |
| 227 | iovec_fixlast( iovec_entries, iovector, r ); | 229 | iovec_fixlast( iovec_entries, iovector, r ); |
| 228 | } | 230 | } |
| 231 | #endif | ||
| 229 | 232 | ||
| 230 | const char *g_version_fullscrape_c = "$Source$: $Revision$\n"; | 233 | const char *g_version_fullscrape_c = "$Source$: $Revision$\n"; |
