diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-06 02:09:49 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-06 02:09:49 -0500 |
| commit | f56dec0252d197c3796f3f932eeea1f29a499505 (patch) | |
| tree | d04189332e1c9ef9732b831a1015ffef51a2b813 /scripts/tkparse.h | |
| parent | 3da9cf2895a490d8c7a1a8d78130f66a88e93efa (diff) | |
| parent | 561e79b059e0a06dea7bc216641626fdfad099fb (diff) | |
Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
Diffstat (limited to 'scripts/tkparse.h')
| -rw-r--r-- | scripts/tkparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tkparse.h b/scripts/tkparse.h index 1ca16b1852e7..2ded97e85384 100644 --- a/scripts/tkparse.h +++ b/scripts/tkparse.h @@ -115,7 +115,7 @@ struct variable char global_written; }; -extern struct variable vartable[]; +extern struct variable *vartable; extern int max_varnum; /* |
