diff options
author | 1999-05-17 03:03:55 +0000 | |
---|---|---|
committer | 1999-05-17 03:03:55 +0000 | |
commit | d753508a611bb6ad8cf9b3722520f4623c1cad68 (patch) | |
tree | 2353ed576308b51ad3af382eb210476e6adda3c3 /lib/libform/fty_alpha.c | |
parent | 1) Only do pointer adjusting if realloc() changed our pointer (diff) | |
download | wireguard-openbsd-d753508a611bb6ad8cf9b3722520f4623c1cad68.tar.xz wireguard-openbsd-d753508a611bb6ad8cf9b3722520f4623c1cad68.zip |
ncurses-4.2-990516; no code changes
Diffstat (limited to 'lib/libform/fty_alpha.c')
-rw-r--r-- | lib/libform/fty_alpha.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libform/fty_alpha.c b/lib/libform/fty_alpha.c index 19ff5f3eedb..f955a2bf1a0 100644 --- a/lib/libform/fty_alpha.c +++ b/lib/libform/fty_alpha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fty_alpha.c,v 1.4 1998/07/24 02:37:42 millert Exp $ */ +/* $OpenBSD: fty_alpha.c,v 1.5 1999/05/17 03:04:18 millert Exp $ */ /* @@ -9,13 +9,13 @@ */ /*************************************************************************** * * -* Author : Juergen Pfeifer, Juergen.Pfeifer@T-Online.de * +* Author : Juergen Pfeifer, juergen.pfeifer@gmx.net * * * ***************************************************************************/ #include "form.priv.h" -MODULE_ID("$From: fty_alpha.c,v 1.7 1997/10/18 19:33:38 tom Exp $") +MODULE_ID("$From: fty_alpha.c,v 1.9 1999/05/16 17:22:58 juergen Exp $") typedef struct { int width; |