diff options
author | 1998-08-03 17:02:37 +0000 | |
---|---|---|
committer | 1998-08-03 17:02:37 +0000 | |
commit | 5b3ddac3e66f0d0f37141aef8301ece310cd7b9c (patch) | |
tree | 2f295b6eae819ce81f050b23e3c2cd8de6086ae3 /lib/libcurses/curses.h | |
parent | Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com (diff) | |
download | wireguard-openbsd-5b3ddac3e66f0d0f37141aef8301ece310cd7b9c.tar.xz wireguard-openbsd-5b3ddac3e66f0d0f37141aef8301ece310cd7b9c.zip |
update to ncurses-4.2-980801
Diffstat (limited to 'lib/libcurses/curses.h')
-rw-r--r-- | lib/libcurses/curses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index 748322b93dd..0d5662dfead 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.9 1998/07/27 03:37:28 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.10 1998/08/03 17:02:43 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -50,7 +50,7 @@ /* These are defined only in curses.h, and are used for conditional compiles */ #define NCURSES_VERSION_MAJOR 4 #define NCURSES_VERSION_MINOR 2 -#define NCURSES_VERSION_PATCH 980725 +#define NCURSES_VERSION_PATCH 980801 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |