mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
332 B
Plaintext
15 lines
332 B
Plaintext
$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
|