opnsense-ports/sysutils/recoverdm/files/patch-io.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
301 B
C

*** io.c.orig Sun Jan 22 05:18:41 2006
--- io.c Sun Jan 22 05:18:54 2006
***************
*** 9,18 ****
--- 9,19 ----
#include <sys/stat.h>
#include "io.h"
#include "error.h"
#include "gen.h"
+ #include "utils.h"
ssize_t READ(int fd, char *whereto, size_t len)
{
ssize_t cnt=0;