Loading...
gen/FreeBSD/assert.c Libc-1725.40.4 Libc-1534.40.2
--- Libc/Libc-1725.40.4/gen/FreeBSD/assert.c
+++ Libc/Libc-1534.40.2/gen/FreeBSD/assert.c
@@ -45,8 +45,10 @@
 #include "_simple.h"
 
 void
-__assert_rtn(const char *func, const char *file, int line,
-    const char *failedexpr)
+__assert_rtn(func, file, line, failedexpr)
+	const char *func, *file;
+	int line;
+	const char *failedexpr;
 {
 	if (func == (const char *)-1L) {
 		/* 8462256: special case to replace __eprintf */