summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-05-26 08:29:11 +0000
committerbrian <brian@FreeBSD.org>2000-05-26 08:29:11 +0000
commit61fc03a88cb4bb282f85bb41e2b0b41c0615a2d3 (patch)
tree033ec5284da5c739fc2f5b1e96c66947cf713274
parentc756c66b2986c4a7c3427bef70b6e0d629ae3157 (diff)
downloadFreeBSD-src-61fc03a88cb4bb282f85bb41e2b0b41c0615a2d3.zip
FreeBSD-src-61fc03a88cb4bb282f85bb41e2b0b41c0615a2d3.tar.gz
Remove an unused variable
-rw-r--r--usr.sbin/ppp/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c
index e3a7ee5..033729b 100644
--- a/usr.sbin/ppp/exec.c
+++ b/usr.sbin/ppp/exec.c
@@ -109,7 +109,7 @@ exec_Create(struct physical *p)
log_Printf(LogPHASE, "Unable to create pipe for line exec: %s\n",
strerror(errno));
else {
- static int child_status, child_pid; /* These variables are abused */
+ static int child_status; /* This variable is abused ! */
int stat, argc, i, ret, wret, pidpipe[2];
pid_t pid, realpid;
char *argv[MAXARGS];
OpenPOWER on IntegriCloud