X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fread_entry.c;h=170ed456e00a565e9878e7e14db8a5d2b8c38498;hp=b34ed8ddc12822eb9adb09eb03d7a7da89a7343e;hb=c6540b9c89dda1a6a8bd681726831e8924176504;hpb=c04d54322f7835ed42e597967d8fa5471025fcac diff --git a/ncurses/tinfo/read_entry.c b/ncurses/tinfo/read_entry.c index b34ed8dd..170ed456 100644 --- a/ncurses/tinfo/read_entry.c +++ b/ncurses/tinfo/read_entry.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * + * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -40,9 +40,8 @@ #include #include -#include -MODULE_ID("$Id: read_entry.c,v 1.105 2009/12/06 01:22:26 tom Exp $") +MODULE_ID("$Id: read_entry.c,v 1.106 2010/01/23 17:57:43 tom Exp $") #define TYPE_CALLOC(type,elts) typeCalloc(type, (unsigned)(elts))