summaryrefslogtreecommitdiff
path: root/bcc/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/table.c')
-rw-r--r--bcc/table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcc/table.c b/bcc/table.c
index 19e1528..8b9bfb8 100644
--- a/bcc/table.c
+++ b/bcc/table.c
@@ -50,7 +50,7 @@ struct string
struct string *snext;
char *sptr;
char *stop;
- label_t slabel;
+ label_no slabel;
};
#endif
@@ -495,7 +495,7 @@ PRIVATE void heapcorrupterror()
/* hold string for dumping at end, to avoid mixing it with other data */
-PUBLIC label_t holdstr(sptr, stop)
+PUBLIC label_no holdstr(sptr, stop)
char *sptr;
char *stop;
{