mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
11 lines
215 B
C++
11 lines
215 B
C++
--- spunk/coll.cc.orig 1996-11-29 23:40:58 UTC
|
|
+++ spunk/coll.cc
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "machine.h"
|
|
#include "check.h"
|