diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 22:02:43 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 22:02:43 +0000 |
commit | 4bd4e36960796699f6dc4f8074439a7343a15ead (patch) | |
tree | ff423e57e6cb97132c74ea012fca411854f4408e /lib/libncurses | |
parent | 8411ee0def7f2576f82dbb1329efac22c479b5b7 (diff) | |
download | FreeBSD-src-4bd4e36960796699f6dc4f8074439a7343a15ead.zip FreeBSD-src-4bd4e36960796699f6dc4f8074439a7343a15ead.tar.gz |
Add __FBSDID()s to libncurses
Diffstat (limited to 'lib/libncurses')
-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 */ |