freebsd-ports/sysutils/sdd/files/patch-include_schily.h
Christian Weisgerber 797a21a563 * Remove prototype for a nonexistent function that clashes with fexecve(2)
on 8.0-CURRENT. (pointyhat)

* Minor clean up.
2008-04-26 15:27:30 +00:00

12 lines
591 B
C

--- 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 *, ...));