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
Branches
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <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 [CF] smartd '-l selftest' directive: Print info if error count
decreased. Avoid misleading warning if error count decreased decreased. Avoid misleading warning if error count decreased
to zero (ticket #67). to zero (ticket #67).
......
File moved
File moved
File moved
...@@ -304,18 +304,6 @@ ...@@ -304,18 +304,6 @@
<Filter <Filter
Name="posix" Name="posix"
> >
<File
RelativePath="..\posix\getopt.c"
>
</File>
<File
RelativePath="..\posix\getopt.h"
>
</File>
<File
RelativePath="..\posix\getopt1.c"
>
</File>
<File <File
RelativePath="..\posix\regcomp.c" RelativePath="..\posix\regcomp.c"
> >
...@@ -389,6 +377,22 @@ ...@@ -389,6 +377,22 @@
</FileConfiguration> </FileConfiguration>
</File> </File>
</Filter> </Filter>
<Filter
Name="getopt"
>
<File
RelativePath="..\getopt\getopt.c"
>
</File>
<File
RelativePath="..\getopt\getopt.h"
>
</File>
<File
RelativePath="..\getopt\getopt1.c"
>
</File>
</Filter>
<File <File
RelativePath="..\atacmdnames.cpp" RelativePath="..\atacmdnames.cpp"
> >
......
...@@ -208,18 +208,6 @@ ...@@ -208,18 +208,6 @@
<Filter <Filter
Name="posix" Name="posix"
> >
<File
RelativePath="..\posix\getopt.c"
>
</File>
<File
RelativePath="..\posix\getopt.h"
>
</File>
<File
RelativePath="..\posix\getopt1.c"
>
</File>
<File <File
RelativePath="..\posix\regcomp.c" RelativePath="..\posix\regcomp.c"
> >
...@@ -293,6 +281,22 @@ ...@@ -293,6 +281,22 @@
</FileConfiguration> </FileConfiguration>
</File> </File>
</Filter> </Filter>
<Filter
Name="getopt"
>
<File
RelativePath="..\getopt\getopt.c"
>
</File>
<File
RelativePath="..\getopt\getopt.h"
>
</File>
<File
RelativePath="..\getopt\getopt1.c"
>
</File>
</Filter>
<File <File
RelativePath="..\atacmdnames.cpp" RelativePath="..\atacmdnames.cpp"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment