summaryrefslogtreecommitdiff
path: root/sysutils/sdd/files/patch-include_schily.h
blob: a8e023d9659cc67fc1c9745a93603392d197d0df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/schily.h.orig	2008-04-26 16:53:01.000000000 +0200
+++ include/schily.h	2008-04-26 16:53:13.000000000 +0200
@@ -108,8 +108,6 @@ extern	int	fexecle __PR((const char *, F
 		/* 6th arg not const, fexecv forces av[ac] = NULL */
 extern	int	fexecv __PR((const char *, FILE *, FILE *, FILE *, int,
 							char **));
-extern	int	fexecve __PR((const char *, FILE *, FILE *, FILE *,
-					char * const *, char * const *));
 extern	int	fspawnv __PR((FILE *, FILE *, FILE *, int, char * const *));
 extern	int	fspawnl __PR((FILE *, FILE *, FILE *,
 					const char *, const char *, ...));