blob: cc5b668e0dc9dee4206b6c56e5d4f09f1ee590a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- afio.c.orig 2018-11-30 14:25:04 UTC
+++ afio.c
@@ -3423,7 +3423,7 @@ openotty (name, asb, linkp, ispass, dozf
return (warn (name, syserr ()));
break;
#endif /* S_IFIFO */
-#ifdef S_IFSOCK
+#ifdef S_IFSOCK && !defined (__FreeBSD__)
case S_IFSOCK:
fd = 0;
if (exists)
|