Module Name:    othersrc
Committed By:   lukem
Date:           Fri Oct 31 03:57:14 UTC 2014

Modified Files:
        othersrc/usr.bin/tnftp/src: ssl.h

Log Message:
Remove __printflike() attribute; not portable.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 othersrc/usr.bin/tnftp/src/ssl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/src/ssl.h
diff -u othersrc/usr.bin/tnftp/src/ssl.h:1.1.1.2 othersrc/usr.bin/tnftp/src/ssl.h:1.2
--- othersrc/usr.bin/tnftp/src/ssl.h:1.1.1.2	Fri Oct 31 03:32:55 2014
+++ othersrc/usr.bin/tnftp/src/ssl.h	Fri Oct 31 03:57:14 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ssl.h,v 1.1.1.2 2014/10/31 03:32:55 lukem Exp $	*/
+/*	$NetBSD: ssl.h,v 1.2 2014/10/31 03:57:14 lukem Exp $	*/
 /*	from	NetBSD: ssl.h,v 1.2 2014/01/07 02:07:08 joerg Exp	*/
 
 /*-
@@ -32,7 +32,7 @@
 struct fetch_connect;
 
 int fetch_printf(struct fetch_connect *, const char *fmt, ...)
-    __printflike(2, 3);
+    ;
 int fetch_fileno(struct fetch_connect *);
 int fetch_error(struct fetch_connect *);
 int fetch_flush(struct fetch_connect *);

Reply via email to