Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.

I leave it up to someone else to fix this breakage properly.
This commit is contained in:
David E. O'Brien 2001-12-04 01:24:10 +00:00
parent 0ed55f1f2a
commit 38f54953b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87319

View File

@ -309,8 +309,7 @@ __END_DECLS
__BEGIN_DECLS
int asprintf __P((char **, const char *, ...)) __printflike(2, 3);
char *ctermid_r __P((char *));
__const char *fmtcheck __P((const char *, const char *))
__attribute__((__format_arg__(2)));
__const char *fmtcheck __P((const char *, const char *));
char *fgetln __P((FILE *, size_t *));
int fpurge __P((FILE *));
int fseeko __P((FILE *, _BSD_OFF_T_, int));