Re: [GnomeMeeting-list] Mandrake 9.0



Le lun 28/07/2003 à 15:13, Alexis Moreau a écrit :

No, like this :


> 
/*
> struct statfs
>   {
>     int f_type;
>     int f_bsize;
> #ifndef __USE_FILE_OFFSET64
>     __fsblkcnt_t f_blocks;
>     __fsblkcnt_t f_bfree;
>     __fsblkcnt_t f_bavail;
>     __fsfilcnt_t f_files;
>     __fsfilcnt_t f_ffree;
> #else
>     __fsblkcnt64_t f_blocks;
>     __fsblkcnt64_t f_bfree;
>     __fsblkcnt64_t f_bavail;
>     __fsfilcnt64_t f_files;
>     __fsfilcnt64_t f_ffree;
> #endif
>     __fsid_t f_fsid;
>     int f_namelen;
>     int f_spare[6];
>   };
> 
*/

> Shall I add a "#" before "struct statfs" ? to comment ?
> 

No, see above, surround it with /* at the beginning and */ at the end.


-- 
 _	Damien Sandras
(o-	GnomeMeeting: http://www.gnomemeeting.org/
//\	FOSDEM 2003:  http://www.fosdem.org
v_/_	H.323 phone:  callto://ils.seconix.com/dsandras seconix com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]