[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: -bsd@ stuff to do during DebConf?



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


Reply to: