Hi,

On Fri, 2012-11-09 at 11:37 +0100, Oliver Rath wrote:
> --- cxxtools-2.1.1/include/cxxtools/fileinfo.h  2012-05-03
> 18:05:42.000000000 +0200
> +++ cxxtools-2.1.1-symlink/include/cxxtools/fileinfo.h  2012-11-08
> 21:40:30.055824873 +0100
> @@ -42,7 +42,8 @@ class FileInfo
>          {
>              Invalid = 0,
>              Directory = 1,
> -            File = 2
> +            File = 2,
> +            Link = 3 
>          };


it has already been expanded in the SVN version, unfortunetely
incompatible to your patch.

        enum Type
        {
            Invalid   = 0,
            Directory = 1,
            File      = 2,
            Chardev   = 3,
            Blockdev  = 4,
            Fifo      = 5,
            Symlink   = 6
        };


If you keep your version till the next update, make sure you recompile
every binary that is using it.



Regards,
Julian


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to