From 2eaa74ad2267587dc183f71b6cea0353f60e7b87 Mon Sep 17 00:00:00 2001 From: stefanf Date: Wed, 9 Mar 2005 10:10:51 +0000 Subject: Prefer the __printflike() macro to GCC's __attribute__ stuff. --- sbin/fsck_msdosfs/ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h index 0e93c24..53127cf 100644 --- a/sbin/fsck_msdosfs/ext.h +++ b/sbin/fsck_msdosfs/ext.h @@ -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. -- cgit v1.1