Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115713969
D48181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
D48181.diff
View Options
diff --git a/usr.bin/diff/diffreg_new.c b/usr.bin/diff/diffreg_new.c
--- a/usr.bin/diff/diffreg_new.c
+++ b/usr.bin/diff/diffreg_new.c
@@ -314,8 +314,8 @@
bool
can_libdiff(int flags)
{
- /* We can't use fifos with libdiff yet */
- if (S_ISFIFO(stb1.st_mode) || S_ISFIFO(stb2.st_mode))
+ /* libdiff's atomizer can only deal with files */
+ if (!S_ISREG(stb1.st_mode) || !S_ISREG(stb2.st_mode))
return false;
/* Is this one of the supported input/output modes for diffreg_new? */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 1:35 PM (10 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17830465
Default Alt Text
D48181.diff (489 B)
Attached To
Mode
D48181: diff: Fix device case.
Attached
Detach File
Event Timeline
Log In to Comment