1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/print/mup/files/patch-mupdisp::mupdisp.h
Michael Johnson 34ec275847 - Update to 5.0
PR:		78273
Submitted by:	Daniel O'Connor <doconnor@cain.gsoft.com.au> (maintainer)
2005-03-03 01:39:46 +00:00

20 lines
535 B
C

--- mupdisp/mupdisp.h.orig Sun Oct 5 17:53:43 2003
+++ mupdisp/mupdisp.h Sun Oct 5 17:54:05 2003
@@ -12,8 +12,7 @@
#include <signal.h>
#include <string.h>
#include <stdlib.h>
-#include <malloc.h>
-#if !defined(linux) && !defined(__EMX__)
+#if !defined(linux) && !defined(__EMX__) && !defined(__FreeBSD__)
/* undef SIGCHLD to avoid conflict with Xos.h */
#undef SIGCHLD
#endif
@@ -146,6 +145,3 @@
extern void init P((void));
extern void do_cmd P((int c));
-extern char *getenv();
-extern long ftell();
-extern long lseek();