File: msub-1.13.diff

package info (click to toggle)
troffcvt 1.04-21
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,232 kB
  • ctags: 27
  • sloc: makefile: 158
file content (26 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- msub-1.13/msub.c.orig	1997-04-02 23:35:23.000000000 +0100
+++ msub-1.13/msub.c	2002-12-14 16:56:53.000000000 +0000
@@ -38,6 +38,9 @@
 # include	<ctype.h>
 # include	<sys/types.h>
 # include	<sys/stat.h>
+# include	<stdlib.h>
+# include	<string.h>
+# include	<unistd.h>
 
 #define Malloc(n)	_Malloc((int) n)
 
@@ -46,13 +49,6 @@
 # define	FromMakefile(vp)	(vp->source == precMakefile)
 
 
-extern char	*malloc ();
-extern char	*strcpy ();
-extern char	*strncpy ();
-extern char	*strcat ();
-extern char	*getenv ();
-
-
 typedef	struct Var	Var;
 
 struct Var