[Pkg-ltsp-devel] freeze exception request for ltspfs

Petter Reinholdtsen pere at hungry.com
Sat Nov 1 11:01:07 UTC 2008


[Vagrant Cascadian]
> @@ -25,13 +27,13 @@
>   */
>  
>  gboolean
> -check_cd_status(gpointer device)
> +check_cd_status()
>  {

The correct C notation for a function taking no argument is (void),
not ().  () means any argument.  I would recommend fixing this, ie
declearing the function like this:

  check_cd_status(void)

Happy hacking,
-- 
Petter Reinholdtsen



More information about the Pkg-ltsp-devel mailing list