Changeset 61 for trunk/src/sh_suidchk.c
- Timestamp:
- Sep 11, 2006, 10:31:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_suidchk.c
r55 r61 521 521 0 != strcmp(tmpcat, ShSuidchkExclude))) 522 522 { 523 /* fs is a STATIC string 523 /* fs is a STATIC string or NULL 524 524 */ 525 525 fs = filesystem_type (tmpcat, tmpcat, &buf); … … 1771 1771 /* check for the "nosuid" option 1772 1772 */ 1773 #ifdef HAVE_HASMNTOPT 1773 1774 if (NULL == hasmntopt(mnt, "nosuid")) 1774 1775 type = mnt->mnt_type; 1775 1776 else 1776 type = _("nosuid"); 1777 type = _("nosuid"); /* hasmntopt (nosuid) */ 1778 #else 1779 type = mnt->mnt_type; 1780 #endif 1777 1781 } 1778 1782 }
Note:
See TracChangeset
for help on using the changeset viewer.