pkgsrc/editors/mule/patches/patch-lib-src_profile_c
dholland 918e692115 Adjust the amd64 patch by crosschecking the existing header for alpha.
Patch extensive use of malloc and alloca without <stdlib.h> and some
other stuff that showed up in the build log.

Still crashes in temacs but it's getting much farther.
2011-12-24 17:07:07 +00:00

15 lines
264 B
Text

$NetBSD: patch-lib-src_profile_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- fix void main
--- lib-src/profile.c~ 1994-07-25 23:20:58.000000000 +0000
+++ lib-src/profile.c
@@ -66,7 +66,7 @@ get_time ()
return time_string;
}
-void
+int
main ()
{
int c;