mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Also update MASTER_SITES which have disappeared and moving it to LOCAL/obrien. Includes various cleanups like removal of DOS endings in the makefile. PR: 185989 Submitted by: takefu (airport.fm) Approved by: maintainer timeout (6 months), staging blanket
12 lines
368 B
C++
12 lines
368 B
C++
--- main.cc.orig 1993-08-02 05:28:21.000000000 +0900
|
|
+++ main.cc 2014-01-22 10:40:54.000000000 +0900
|
|
@@ -14,7 +14,8 @@
|
|
// to the comments or the code of this program, but if reported
|
|
// to me then an attempt will be made to fix them.
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|