diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-28 21:28:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-28 21:28:23 +0000 |
commit | 4e63f1bcc0ba4da4985d5da15a9f28f8d4eba961 (patch) | |
tree | b4e7d1eabc575b509ebbe559be3338f48034ea85 /bin/ksh/jobs.c | |
parent | d06dd80c342c99af51157fd86c5aa44fa5500551 (diff) |
spacing
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; |