diff options
author | sef <sef@FreeBSD.org> | 1994-08-13 23:15:38 +0000 |
---|---|---|
committer | sef <sef@FreeBSD.org> | 1994-08-13 23:15:38 +0000 |
commit | 75d40fe0bd2b890ceffb238a53e26b30cee120de (patch) | |
tree | bbb514854ed4891d87f8d7be9bbcca0b27533595 /lib/libcurses/box.c | |
parent | 5769d4da59542affce5fd4e48c98355e45206254 (diff) | |
download | FreeBSD-src-75d40fe0bd2b890ceffb238a53e26b30cee120de.zip FreeBSD-src-75d40fe0bd2b890ceffb238a53e26b30cee120de.tar.gz |
Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as
distributed in keith bostic's nvi (got his permission first). Most changes
are cosmetic, but a few errors (mostly in tty..c) were cleared up.
Reviewed by: Sean Eric Fagan
Diffstat (limited to 'lib/libcurses/box.c')
-rw-r--r-- | lib/libcurses/box.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/box.c b/lib/libcurses/box.c index 4da2303..191e37c 100644 --- a/lib/libcurses/box.c +++ b/lib/libcurses/box.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1981, 1993 + * Copyright (c) 1981, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,10 +32,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)box.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)box.c 8.2 (Berkeley) 5/4/94"; #endif /* not lint */ -#include <curses.h> +#include "curses.h" /* * box -- |