diff options
author | craigm <none@none> | 2007-01-23 14:27:54 -0800 |
---|---|---|
committer | craigm <none@none> | 2007-01-23 14:27:54 -0800 |
commit | effc3653de6b0cff5a62436dc3fe82cc88b3545a (patch) | |
tree | ab1aca4b68171ed0815dbc1fb2b1bceb4385cbf3 /usr/src/lib/libc | |
parent | 23c352973f956f97f817e65150aad7e1cebeb228 (diff) | |
download | illumos-joyent-effc3653de6b0cff5a62436dc3fe82cc88b3545a.tar.gz |
6512868 message from 1085341 fix does not need to be I18N (fix lint)
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r-- | usr/src/lib/libc/port/stdio/flush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/stdio/flush.c b/usr/src/lib/libc/port/stdio/flush.c index 225aef7277..bd8328267c 100644 --- a/usr/src/lib/libc/port/stdio/flush.c +++ b/usr/src/lib/libc/port/stdio/flush.c @@ -831,7 +831,6 @@ _file_get(FILE *iop) * silent data corruption. */ if (!iop->__xf_nocheck && bad_fd > -1 && iop->_magic != bad_fd) { - /* LINTED: variable format specifier */ (void) fprintf(stderr, "Application violated extended FILE safety mechanism.\n" "Please read the man page for extendedFILE.\nAborting\n"); |