cbbd0ce5d3
Mark as not MAKE_JOBS_SAFE (doesn't wait for library to be built before linking it).
20 lines
443 B
Text
20 lines
443 B
Text
$NetBSD: patch-aq,v 1.2 2011/12/19 13:44:07 wiz Exp $
|
|
|
|
--- ncp/socketchan.cc.orig 1999-04-12 21:17:00.000000000 +0000
|
|
+++ ncp/socketchan.cc
|
|
@@ -19,10 +19,11 @@
|
|
//
|
|
// e-mail philip.proudman@btinternet.com
|
|
|
|
-#include <stream.h>
|
|
-#include "stdio.h"
|
|
-#include "string.h"
|
|
-#include "malloc.h"
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include "bool.h"
|
|
#include "socketchan.h"
|