diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:21:36 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:21:36 +0000 |
commit | 0622d6c77b6a774b222cffab0be6eb9b4ad71f1b (patch) | |
tree | bd921f3e7cb13f09cecafcab82822f1bdb3527e9 /lib/libedit/term.c | |
parent | 96be23e0be4a6c37c76836b5b0915f5745447e45 (diff) |
Notes
Diffstat (limited to 'lib/libedit/term.c')
-rw-r--r-- | lib/libedit/term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/term.c b/lib/libedit/term.c index 65fd1a15669cc..1b4dbb75d79c5 100644 --- a/lib/libedit/term.c +++ b/lib/libedit/term.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 <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95"; #endif /* not lint && not SCCSID */ |