mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
9 lines
173 B
C++
9 lines
173 B
C++
--- base.cpp.orig 2004-09-21 01:29:25 UTC
|
|
+++ base.cpp
|
|
@@ -1,4 +1,5 @@
|
|
-#include <stdio.h>
|
|
+#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include <dlfcn.h>
|
|
#include <dirent.h>
|
|
|