diff options
author | Milan Jurik <milan.jurik@xylab.cz> | 2012-04-17 09:30:53 -0700 |
---|---|---|
committer | Milan Jurik <milan.jurik@xylab.cz> | 2012-04-17 09:30:53 -0700 |
commit | 16b7b96c6c25948273527a97ec0d3e2c803ad3f4 (patch) | |
tree | 0bc5960540e39fc2f210858bd88d19da885c6334 /usr/src/lib/libsmbfs | |
parent | b2510a409d954c73416522e09c354f1d6dbdb0b0 (diff) | |
download | illumos-joyent-16b7b96c6c25948273527a97ec0d3e2c803ad3f4.tar.gz |
2625 few nits to satisfy lint 12.3
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libsmbfs')
-rw-r--r-- | usr/src/lib/libsmbfs/smb/lgrep.awk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/libsmbfs/smb/lgrep.awk b/usr/src/lib/libsmbfs/smb/lgrep.awk index c996ef1b14..fe6e8fa0b9 100644 --- a/usr/src/lib/libsmbfs/smb/lgrep.awk +++ b/usr/src/lib/libsmbfs/smb/lgrep.awk @@ -23,6 +23,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2012 Milan Jurik. All rights reserved. +# # This is a "lint tail" that removes all the # uninteresting lines from our lint output. @@ -31,6 +33,7 @@ # There's no lintlib for krb5 yet (CR 6911968) /: Warning: -lkrb5 not found/ { next; } +/: Warning: library -lkrb5 not found/ { next; } # Kill noise from xti.h with _XOPEN_SOURCE vs not. (CR 6911717) /: _xti_.* .E_INCONS_ARG_DECL2./ { next; } |