diff options
author | 2000-03-10 01:35:01 +0000 | |
---|---|---|
committer | 2000-03-10 01:35:01 +0000 | |
commit | 4b107ee47ccf17c9f1ad6db8a59eb142776341c8 (patch) | |
tree | 20e23a45f7f7880a685cfd1261008320e43805bb /lib/libcurses/trace/lib_trace.c | |
parent | increased buffer size. (diff) | |
download | wireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.tar.xz wireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.zip |
Update to ncurses-5.0-20000304
Diffstat (limited to 'lib/libcurses/trace/lib_trace.c')
-rw-r--r-- | lib/libcurses/trace/lib_trace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/trace/lib_trace.c b/lib/libcurses/trace/lib_trace.c index 70ed577b50d..141d7030c19 100644 --- a/lib/libcurses/trace/lib_trace.c +++ b/lib/libcurses/trace/lib_trace.c @@ -1,7 +1,7 @@ -/* $OpenBSD: lib_trace.c,v 1.3 2000/01/09 05:06:02 millert Exp $ */ +/* $OpenBSD: lib_trace.c,v 1.4 2000/03/10 01:35:05 millert Exp $ */ /**************************************************************************** - * Copyright (c) 1998-2000 Free Software Foundation, Inc. * + * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -42,7 +42,7 @@ #include <ctype.h> -MODULE_ID("$From: lib_trace.c,v 1.32 2000/01/08 17:37:04 tom Exp $") +MODULE_ID("$From: lib_trace.c,v 1.33 2000/02/13 01:01:55 tom Exp $") unsigned _nc_tracing = 0; /* always define this */ |