Module Name:    othersrc
Committed By:   lukem
Date:           Thu Mar 21 05:44:37 UTC 2013

Modified Files:
        othersrc/libexec/tnftpd: tnftpd.h

Log Message:
remove unnecessary compat define of __attribute__


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 othersrc/libexec/tnftpd/tnftpd.h

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

Modified files:

Index: othersrc/libexec/tnftpd/tnftpd.h
diff -u othersrc/libexec/tnftpd/tnftpd.h:1.34 othersrc/libexec/tnftpd/tnftpd.h:1.35
--- othersrc/libexec/tnftpd/tnftpd.h:1.34	Thu Mar 21 01:17:20 2013
+++ othersrc/libexec/tnftpd/tnftpd.h	Thu Mar 21 05:44:37 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: tnftpd.h,v 1.34 2013/03/21 01:17:20 lukem Exp $	*/
+/* $NetBSD: tnftpd.h,v 1.35 2013/03/21 05:44:37 lukem Exp $	*/
 
 #define	FTPD_VERSION	PACKAGE_STRING
 
@@ -596,10 +596,5 @@ int	usleep(unsigned int);
 /*
  * Compatibility for stuff in NetBSD <sys/cdefs.h>
  */
-
-#if !defined(__attribute__) && !defined(__GNUC__)
-#define __attribute__(x)
-#endif
-
 #undef __dead
 #define __dead

Reply via email to