opnsense-ports/textproc/agrep/files/patch-checkfile.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

10 lines
195 B
C

--- checkfile.c.orig 1992-01-17 20:14:42.000000000 +0100
+++ checkfile.c 2011-11-27 13:19:28.000000000 +0100
@@ -65,6 +65,7 @@
return ISSOCKET;
}
*/
+ return 0;
}
}