You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/dvi2tty/files/dvi2tty-gcc.patch

13 lines
341 B

diff -ur dvi2tty-5.3.1-old/disdvi.c dvi2tty-5.3.1/disdvi.c
--- dvi2tty-5.3.1-old/disdvi.c 2003-01-23 17:31:00.000000000 +0700
+++ dvi2tty-5.3.1/disdvi.c 2004-12-16 18:59:50.930219880 +0700
@@ -108,7 +108,7 @@
*/
#if !defined(THINK_C)
-char * malloc ();
+void * malloc ();
#endif
#if defined(VMS)