mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
11 lines
350 B
C++
11 lines
350 B
C++
--- src/pfs/pfsutils.cpp.orig 2006-09-21 21:42:54.000000000 +0000
|
|
+++ src/pfs/pfsutils.cpp 2014-02-20 19:04:01.566588122 +0000
|
|
@@ -81,7 +81,7 @@
|
|
char fileName[1024];
|
|
FILE *stdinout;
|
|
|
|
- typedef list<FilePattern> PatternList;
|
|
+ typedef std::list<FilePattern> PatternList;
|
|
|
|
PatternList patternList;
|
|
PatternList::iterator currentPattern;
|