diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 10:05:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 10:05:19 +0200 |
commit | 5941ce7720393d28f04fac817ebcd21936c1ec8d (patch) | |
tree | 7d6440106ecb6f0bae3ba250567fc13d9422dbd0 /runtime/stream.c | |
parent | 4fa2254a0135f47f381b5931661cf37dddaa2af2 (diff) | |
download | rsyslog-5941ce7720393d28f04fac817ebcd21936c1ec8d.tar.gz rsyslog-5941ce7720393d28f04fac817ebcd21936c1ec8d.tar.bz2 rsyslog-5941ce7720393d28f04fac817ebcd21936c1ec8d.zip |
build: fix issues on FreeBSD
The last fix was incomplete. Thanks to Christiano for testing
and suggestions.
Diffstat (limited to 'runtime/stream.c')
-rw-r--r-- | runtime/stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stream.c b/runtime/stream.c index b781324a..54210e40 100644 --- a/runtime/stream.c +++ b/runtime/stream.c @@ -67,7 +67,6 @@ # define O_LARGEFILE 0 #endif #ifndef HAVE_LSEEK64 - typedef off_t off64_t; # define lseek64(fd, offset, whence) lseek(fd, offset, whence) #endif |