Mon Mar 5 13:38:01 PST 2001 Michael Jennings <mej@eterm.org>

Fix for NetBSD from Marc Bevand <bevand_m@epita.fr>.


SVN revision: 4313
This commit is contained in:
Michael Jennings 2001-03-05 21:38:58 +00:00
parent 1a4e2e927c
commit 3b89e409bc
2 changed files with 8 additions and 1 deletions

View File

@ -4069,6 +4069,11 @@ Sat Feb 3 18:25:45 PST 2001 Michael Jennings <mej@eterm.org>
-------------------------------------------------------------------------------
Thu Feb 8 17:23:13 PST 2001 Michael Jennings <mej@eterm.org>
Somehow I managed to be think strcpy but type strcat. Oops.
Somehow I managed to think strcpy but type strcat. Oops.
-------------------------------------------------------------------------------
Mon Mar 5 13:38:01 PST 2001 Michael Jennings <mej@eterm.org>
Fix for NetBSD from Marc Bevand <bevand_m@epita.fr>.
-------------------------------------------------------------------------------

View File

@ -23,6 +23,8 @@
*
*/
#include <config.h>
#include <stdio.h>
#include <string.h>