summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-09 08:47:36 +0000
committerbrian <brian@FreeBSD.org>1999-06-09 08:47:36 +0000
commitfb0eee157d1c0f7de57d40fbf76e6c7f01de31df (patch)
treed47399688c47f8f9c41c12296a3cce9ba775f886 /usr.sbin/ppp/command.h
parentf6ef6875616b27561cbd9f7f0e44643ea8c07154 (diff)
downloadFreeBSD-src-fb0eee157d1c0f7de57d40fbf76e6c7f01de31df.zip
FreeBSD-src-fb0eee157d1c0f7de57d40fbf76e6c7f01de31df.tar.gz
Use the correct pid when substituting PROCESSID.
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it>
Diffstat (limited to 'usr.sbin/ppp/command.h')
-rw-r--r--usr.sbin/ppp/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h
index 53934c7..123cd02 100644
--- a/usr.sbin/ppp/command.h
+++ b/usr.sbin/ppp/command.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.h,v 1.15 1998/06/15 19:06:06 brian Exp $
+ * $Id: command.h,v 1.16 1999/02/11 10:14:08 brian Exp $
*
* TODO:
*/
@@ -55,7 +55,7 @@ extern const char Version[];
extern const char VersionDate[];
extern void command_Expand(char **, int, char const *const *, struct bundle *,
- int);
+ int, pid_t);
extern int command_Interpret(char *, int, char *vector[MAXARGS]);
extern void command_Run(struct bundle *, int, char const *const *,
struct prompt *, const char *, struct datalink *);
OpenPOWER on IntegriCloud