diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2012-10-19 14:49:42 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2012-10-19 14:49:42 +0000 |
| commit | bf70becee6ff4798acdcfd586a88ad38b7b17495 (patch) | |
| tree | ddffe542a2e921ec48c73d322a2046f559a9d74f /usr.bin/gencat | |
| parent | 39893d565a6c4b948fc0ba1b8c22ee1d57f2aaa4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/gencat')
| -rw-r--r-- | usr.bin/gencat/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index 40d68fc3dc76..031c27aaa204 100644 --- a/usr.bin/gencat/gencat.c +++ b/usr.bin/gencat/gencat.c @@ -96,7 +96,7 @@ struct _setT { LIST_ENTRY(_setT) entries; }; -LIST_HEAD(sethead, _setT) sethead; +static LIST_HEAD(sethead, _setT) sethead; static struct _setT *curSet; static char *curline = NULL; |
