Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / oath-toolkit / patches / patch-liboath_gl_fflush.c
blob6ae14c6ab74d065a4ac74048857138777206d6b9
1 $NetBSD$
3 --- liboath/gl/fflush.c.orig 2013-01-03 22:33:04.000000000 +0000
4 +++ liboath/gl/fflush.c
5 @@ -96,7 +96,7 @@ update_fpos_cache (FILE *fp _GL_UNUSED_P
6 off_t pos _GL_UNUSED_PARAMETER)
8 # if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin */
9 -# if defined __CYGWIN__
10 +# if defined(__CYGWIN__) || defined(__NetBSD__)
11 /* fp_->_offset is typed as an integer. */
12 fp_->_offset = pos;
13 # else