=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/lbuf.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sudo/Attic/lbuf.c 2008/11/14 11:58:08 1.1 --- src/usr.bin/sudo/Attic/lbuf.c 2008/12/09 22:20:32 1.2 *************** *** 46,52 **** #include "lbuf.h" #ifndef lint ! __unused static const char rcsid[] = "$Sudo: lbuf.c,v 1.6 2008/11/09 14:13:12 millert Exp $"; #endif /* lint */ #if !defined(TIOCGSIZE) && defined(TIOCGWINSZ) --- 46,52 ---- #include "lbuf.h" #ifndef lint ! __unused static const char rcsid[] = "$Sudo: lbuf.c,v 1.7 2008/12/09 20:55:49 millert Exp $"; #endif /* lint */ #if !defined(TIOCGSIZE) && defined(TIOCGWINSZ) *************** *** 106,112 **** #ifdef __STDC__ lbuf_append_quoted(struct lbuf *lbuf, const char *set, ...) #else ! lbuf_append_quoted(lbuf, va_alist) struct lbuf *lbuf; const char *set; va_dcl --- 106,112 ---- #ifdef __STDC__ lbuf_append_quoted(struct lbuf *lbuf, const char *set, ...) #else ! lbuf_append_quoted(lbuf, set, va_alist) struct lbuf *lbuf; const char *set; va_dcl