mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
10 lines
158 B
C
10 lines
158 B
C
--- checkfile.c.orig 1992-01-17 19:14:42 UTC
|
|
+++ checkfile.c
|
|
@@ -65,6 +65,7 @@ int ftype;
|
|
return ISSOCKET;
|
|
}
|
|
*/
|
|
+ return 0;
|
|
}
|
|
}
|
|
|