diff options
author | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
commit | 04b244dd661c24b510ac22936decfc0972d202d3 (patch) | |
tree | 3ebfef98afc303fddf3415d6fba64e8682f495e8 /usr/src/lib/libsmbfs | |
parent | eac250589e41f1b705e1b7427b02b3379aac9f9e (diff) | |
parent | a69187741b83640a90dd8586195456dd50c016a8 (diff) | |
download | illumos-joyent-20120517.tar.gz |
Merge git.joyent.com:illumos-joyent20120517
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; } |