diff options
Diffstat (limited to 'lib/libncurses/termcap.c')
-rw-r--r-- | lib/libncurses/termcap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libncurses/termcap.c b/lib/libncurses/termcap.c index 301aa27..fc21530 100644 --- a/lib/libncurses/termcap.c +++ b/lib/libncurses/termcap.c @@ -58,10 +58,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifndef lint static const char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ |