Module Name:    src
Committed By:   joerg
Date:           Sat Jun  2 22:54:52 UTC 2012

Modified Files:
        src/tools/compat: compat_defs.h

Log Message:
Don't depend on __P.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/tools/compat/compat_defs.h

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

Modified files:

Index: src/tools/compat/compat_defs.h
diff -u src/tools/compat/compat_defs.h:1.83 src/tools/compat/compat_defs.h:1.84
--- src/tools/compat/compat_defs.h:1.83	Sat Jan 21 20:05:27 2012
+++ src/tools/compat/compat_defs.h	Sat Jun  2 22:54:52 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat_defs.h,v 1.83 2012/01/21 20:05:27 tsutsui Exp $	*/
+/*	$NetBSD: compat_defs.h,v 1.84 2012/06/02 22:54:52 joerg Exp $	*/
 
 #ifndef	__NETBSD_COMPAT_DEFS_H__
 #define	__NETBSD_COMPAT_DEFS_H__
@@ -1189,8 +1189,8 @@ __GEN_ENDIAN_DEC(64, le)
 
 /* Has quad_t but these prototypes don't get pulled into scope. w/o we lose */
 #ifdef __NetBSD__
-quad_t   strtoq __P((const char *, char **, int)); 
-u_quad_t strtouq __P((const char *, char **, int)); 
+quad_t   strtoq(const char *, char **, int);
+u_quad_t strtouq(const char *, char **, int);
 #endif
 
 #endif	/* !__NETBSD_COMPAT_DEFS_H__ */

Reply via email to