FreeBSD Bugzilla – Attachment 5791 Details for
Bug 13577
[PATCH] pawd broken for type "nfsl"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 496 bytes, created by
ajk
on 1999-09-04 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ajk
Created:
1999-09-04 21:10:01 UTC
Size:
496 bytes
patch
obsolete
>--- contrib/amd/amq/pawd.c.orig Sat Sep 4 14:51:22 1999 >+++ contrib/amd/amq/pawd.c Sat Sep 4 14:51:01 1999 >@@ -77,7 +77,8 @@ > find_mt(amq_mount_tree *mt, char *dir) > { > while (mt) { >- if (STREQ(mt->mt_type, "link") || STREQ(mt->mt_type, "nfs")) { >+ if (STREQ(mt->mt_type, "link") || STREQ(mt->mt_type, "nfs") || >+ STREQ(mt->mt_type, "nfsl")) { > int len = strlen(mt->mt_mountpoint); > if (NSTREQ(mt->mt_mountpoint, dir, len) && > ((dir[len] == '\0') || (dir[len] == '/'))) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13577
: 5791