Prefer the __printflike() macro to GCC's __attribute__ stuff.

This commit is contained in:
Stefan Farfeleder 2005-03-09 10:10:51 +00:00
parent 2ef4a436e0
commit 4eb55c7adc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143315

View File

@ -55,7 +55,7 @@ extern struct dosDirEntry *rootDir;
/*
* function declarations
*/
int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3)));
int ask(int, const char *, ...) __printflike(2, 3);
/*
* Check the dirty flag. If the file system is clean, then return 1.