diff options
Diffstat (limited to 'bin/ksh/jobs.c')
-rw-r--r-- | bin/ksh/jobs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/jobs.c b/bin/ksh/jobs.c index 4f8b6dd4a2c..0fa88155868 100644 --- a/bin/ksh/jobs.c +++ b/bin/ksh/jobs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: jobs.c,v 1.32 2005/02/25 11:21:16 deraadt Exp $ */ +/* $OpenBSD: jobs.c,v 1.33 2005/03/28 21:28:22 deraadt Exp $ */ /* * Process and job control @@ -791,7 +791,6 @@ j_njobs(void) int j_jobs(const char *cp, int slp, int nflag) /* 0: short, 1: long, 2: pgrp */ - { Job *j, *tmp; int how; |