diff options
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r-- | ot_fullscrape.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c index d40e471..f9129e4 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c | |||
@@ -1,5 +1,7 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | 1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> |
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | 2 | It is considered beerware. Prost. Skol. Cheers or whatever. |
3 | |||
4 | $id$ */ | ||
3 | 5 | ||
4 | /* System */ | 6 | /* System */ |
5 | #include <sys/uio.h> | 7 | #include <sys/uio.h> |
@@ -223,3 +225,5 @@ static void fullscrape_make( int *iovec_entries, struct iovec **iovector, ot_tas | |||
223 | /* Release unused memory in current output buffer */ | 225 | /* Release unused memory in current output buffer */ |
224 | iovec_fixlast( iovec_entries, iovector, r ); | 226 | iovec_fixlast( iovec_entries, iovector, r ); |
225 | } | 227 | } |
228 | |||
229 | const char *g_version_fullscrape_c = "$Source$: $Revision$\n"; | ||