__attribute -> __attribute__

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9914 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-05-11 14:39:41 +00:00
parent a08e146274
commit 5b86a85130

View File

@@ -50,10 +50,10 @@ const char * error_message __P((long));
int init_error_table __P((const char**, long, int));
void com_err_va __P((const char *, long, const char *, va_list))
__attribute((format(printf, 3, 0)));
__attribute__((format(printf, 3, 0)));
void com_err __P((const char *, long, const char *, ...))
__attribute((format(printf, 3, 4)));
__attribute__((format(printf, 3, 4)));
errf set_com_err_hook __P((errf));
errf reset_com_err_hook __P((void));