From 4bd4e36960796699f6dc4f8074439a7343a15ead Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 22:02:43 +0000 Subject: Add __FBSDID()s to libncurses --- lib/libncurses/termcap.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libncurses') 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 +__FBSDID("$FreeBSD$"); + #ifndef lint static const char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ -- cgit v1.1