aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-07-15 06:57:25 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-07-15 06:57:25 +0000
commit19074b91d30c5f9213208a33899738128560e650 (patch)
tree0ac33b2b526676eda5eb600abc6466bb509453dd /usr.bin/make/lst.lib
parent9739527ffbaad97654e77da6af829aaf7e8aa7d2 (diff)
Notes
Diffstat (limited to 'usr.bin/make/lst.lib')
-rw-r--r--usr.bin/make/lst.lib/lstInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h
index 86dcb2bb46e90..cc5e8f3d786c6 100644
--- a/usr.bin/make/lst.lib/lstInt.h
+++ b/usr.bin/make/lst.lib/lstInt.h
@@ -50,7 +50,7 @@
typedef struct ListNode {
struct ListNode *prevPtr; /* previous element in list */
struct ListNode *nextPtr; /* next in list */
- short useCount:8, /* Count of functions using the node.
+ int useCount:8, /* Count of functions using the node.
* node may not be deleted until count
* goes to 0 */
flags:8; /* Node status flags */