Seems things are a bit unequal indeed assuming off_t and fpos_t are not
the same:

/usr/include/freebsd/stdio.h:
FILE *funopen (const void *cookie, int (*readfn)(void *, char *, int),
               int (*writefn)(void *, const char *, int),
               fpos_t (*seekfn)(void *, fpos_t, int), int (*closefn)(void *));

/usr/include/bsd/stdio.h:
FILE *funopen(const void *cookie,
              int (*readfn)(void *cookie, char *buf, int size),
              int (*writefn)(void *cookie, const char *buf, int size),
              off_t (*seekfn)(void *cookie, off_t offset, int whence),
              int (*closefn)(void *cookie));


ii  libbsd-dev:kfreebsd-a 0.7.0-1
ii  freebsd-glue          0.2.19

kfreebsd-amd64 all of it


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to