From a42c99f236c2aab4d40b849b837df37ab2d0067f Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 21:21:36 +0000 Subject: Add __FBSDID()s to libedit --- lib/libedit/tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libedit/tty.c') diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index 80f4dab..e0275d5 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -32,10 +32,10 @@ * 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$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ -- cgit v1.1