$NetBSD: patch-ac,v 1.1.1.1 2001/05/23 15:47:45 agc Exp $ --- helpdec1.c.orig Wed May 9 05:49:01 2001 +++ helpdec1.c Wed May 9 06:04:29 2001 @@ -1,15 +1,6 @@ /* HELPDEC1.C - HELPDECO supporting functions */ - -#include -#include -#include -#include -#include -#include #include "helpdeco.h" -extern BOOL overwrite; /* ugly: declared in HELPDECO.C */ - void error(char *format,...) { va_list arg; @@ -20,16 +11,6 @@ va_end(arg); fputs("\nPress CR to continue at your own risk, any other key to exit.\n",stderr); if(getch()!='\r') exit(1); -} - -size_t strlcpy(char *dest,char *src,size_t len) /* limited string copy */ -{ - size_t i; - - if(!dest) return 0; - for(i=0;i