summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:02:43 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:02:43 +0000
commitd88aca65d2fda0b9f438218fd88d3acf79b48df9 (patch)
treeff423e57e6cb97132c74ea012fca411854f4408e
parenta5c81eca98bf465e49e0f36d512402e437a83336 (diff)
Notes
-rw-r--r--lib/libncurses/termcap.c5
-rw-r--r--lib/ncurses/ncurses/termcap.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libncurses/termcap.c b/lib/libncurses/termcap.c
index 301aa27647fa..fc2153099284 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 */
diff --git a/lib/ncurses/ncurses/termcap.c b/lib/ncurses/ncurses/termcap.c
index 301aa27647fa..fc2153099284 100644
--- a/lib/ncurses/ncurses/termcap.c
+++ b/lib/ncurses/ncurses/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 */