Skip to content
Snippets Groups Projects
Commit 70b4150f authored by chrfranke's avatar chrfranke
Browse files

Move 'posix/getopt*' to 'getopt/getopt*'.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3083 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 163fcffa
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Move 'posix/getopt*' to 'getopt/getopt*'. Can be used for
platforms with regex() but without getopt_long() (QNX, ticket #1).
[CF] smartd '-l selftest' directive: Print info if error count
decreased. Avoid misleading warning if error count decreased
to zero (ticket #67).
......
File moved
File moved
File moved
......@@ -304,18 +304,6 @@
<Filter
Name="posix"
>
<File
RelativePath="..\posix\getopt.c"
>
</File>
<File
RelativePath="..\posix\getopt.h"
>
</File>
<File
RelativePath="..\posix\getopt1.c"
>
</File>
<File
RelativePath="..\posix\regcomp.c"
>
......@@ -389,6 +377,22 @@
</FileConfiguration>
</File>
</Filter>
<Filter
Name="getopt"
>
<File
RelativePath="..\getopt\getopt.c"
>
</File>
<File
RelativePath="..\getopt\getopt.h"
>
</File>
<File
RelativePath="..\getopt\getopt1.c"
>
</File>
</Filter>
<File
RelativePath="..\atacmdnames.cpp"
>
......
......@@ -208,18 +208,6 @@
<Filter
Name="posix"
>
<File
RelativePath="..\posix\getopt.c"
>
</File>
<File
RelativePath="..\posix\getopt.h"
>
</File>
<File
RelativePath="..\posix\getopt1.c"
>
</File>
<File
RelativePath="..\posix\regcomp.c"
>
......@@ -293,6 +281,22 @@
</FileConfiguration>
</File>
</Filter>
<Filter
Name="getopt"
>
<File
RelativePath="..\getopt\getopt.c"
>
</File>
<File
RelativePath="..\getopt\getopt.h"
>
</File>
<File
RelativePath="..\getopt\getopt1.c"
>
</File>
</Filter>
<File
RelativePath="..\atacmdnames.cpp"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment