diff options
Diffstat (limited to 'usr.bin/sudo/lbuf.c')
-rw-r--r-- | usr.bin/sudo/lbuf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/sudo/lbuf.c b/usr.bin/sudo/lbuf.c index 9e6bf0d10b0..5f9d766d89c 100644 --- a/usr.bin/sudo/lbuf.c +++ b/usr.bin/sudo/lbuf.c @@ -52,10 +52,6 @@ #include "sudo.h" #include "lbuf.h" -#ifndef lint -__unused static const char rcsid[] = "$Sudo: lbuf.c,v 1.9 2009/05/25 12:02:41 millert Exp $"; -#endif /* lint */ - #if !defined(TIOCGSIZE) && defined(TIOCGWINSZ) # define TIOCGSIZE TIOCGWINSZ # define ttysize winsize |