blob: c4ce309fc608394313ac56ea982d5f5ee647202e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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
|