diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-04-14 11:39:56 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-04-14 11:39:56 +0000 |
| commit | bab43bab0cbe0739e1fd306829f32201f172989d (patch) | |
| tree | 46b6df3be425066e79451757d9e4d5287f753b14 /lib/libc/string/strmode.c | |
| parent | 9ef0e425f37b55f355a818274dabc12f6252e4d4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strmode.c')
| -rw-r--r-- | lib/libc/string/strmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index 57295d7c5b41..3aaa77e436da 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -143,6 +143,6 @@ strmode(/* mode_t */ int mode, char *p) *p++ = 't'; break; } - *p++ = ' '; /* will be a '+' if ACL's implemented */ + *p++ = ' '; *p = '\0'; } |
