=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/Attic/termcap.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tset/Attic/termcap.c 2007/03/20 03:56:13 1.6 --- src/usr.bin/tset/Attic/termcap.c 2009/10/27 23:59:46 1.7 *************** *** 1,4 **** ! /* $OpenBSD: termcap.c,v 1.6 2007/03/20 03:56:13 tedu Exp $ */ /* $NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: termcap.c,v 1.7 2009/10/27 23:59:46 deraadt Exp $ */ /* $NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $ */ /* *************** *** 29,38 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static char rcsid[] = "$OpenBSD: termcap.c,v 1.6 2007/03/20 03:56:13 tedu Exp $"; - #endif /* not lint */ #define PVECSIZ 32 /* max number of names in path */ #define _PATH_DEF ".termcap /usr/share/misc/termcap" --- 29,34 ----