forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
195 B
C
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;
|
|
}
|
|
}
|
|
|