diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-18 17:17:40 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-18 17:17:40 +0000 |
commit | 88531ef445aa4eb7becd660a5ab9bfd36e6a3dfd (patch) | |
tree | 64fa0ded704625e538896475ac837ea7a32eb6d4 /usr.bin/learn | |
parent | 450182152042eb25ffa67fab097a6ca2071c8e61 (diff) |
-Wall cleanup
Diffstat (limited to 'usr.bin/learn')
-rw-r--r-- | usr.bin/learn/src/learn.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/learn/src/learn.c b/usr.bin/learn/src/learn.c index df4bc3eb907..bc1b1e8d2bd 100644 --- a/usr.bin/learn/src/learn.c +++ b/usr.bin/learn/src/learn.c @@ -2,7 +2,7 @@ * learn, from V7 UNIX: one of the earliest Computer Based Training (CBT) * programs still in existence. * - * $OpenBSD: learn.c,v 1.5 2001/07/09 07:04:48 deraadt Exp $ + * $OpenBSD: learn.c,v 1.6 2001/07/18 17:17:39 pvalchev Exp $ */ /**************************************************************** @@ -938,8 +938,10 @@ start(char *lesson) int inode; char name[14]; }; +#if 0 struct direct dv[ND], *dm, *dp; int f, c, n; +#endif char where [1024]; #if 0 |