pkgsrc/net/socket++/patches/patch-ac
wiz 7ed1ce4c8d Initial import of socket++ from pkgsrc-wip, provided by David Price.
Socket++ is a C++ class library that provides you with an iostream based
interface to sockets.
2005-03-27 17:45:38 +00:00

14 lines
332 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2005/03/27 17:45:38 wiz Exp $
--- test/tcftp.C.orig 2003-03-14 19:26:07.000000000 +0100
+++ test/tcftp.C
@@ -9,9 +9,6 @@
#include <socket++/ftp.h>
-// sunos does not prototype this in stdio.h
-extern "C" char* getpass (char* prompt);
-
int main (int ac, char** av)
{
// this is an ftp client