From 8a50624f8499f85bc0250be79b4e7573d0fe6371 Mon Sep 17 00:00:00 2001 From: zhichen Date: Tue, 15 Apr 1997 02:50:15 +0000 Subject: [PATCH] Defined a symbol that I forget to define, stache_blk_size --- rtinst/src/RTetc-posix.c | 2 +- rtinst/src/RTposix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtinst/src/RTetc-posix.c b/rtinst/src/RTetc-posix.c index c498ea5..a3d9e57 100644 --- a/rtinst/src/RTetc-posix.c +++ b/rtinst/src/RTetc-posix.c @@ -538,7 +538,7 @@ DYNINSTgetMsgVectBytes(struct msghdr *msg) #define STACHE_BLK_SIZE stache_blk_size //Blizzard -extern int stache_blk_size ; +int stache_blk_size ; void DYNINSTreportNewMem(char *data_structure, void *va, int memory_size, int blk_size) /* diff --git a/rtinst/src/RTposix.c b/rtinst/src/RTposix.c index c498ea5..a3d9e57 100644 --- a/rtinst/src/RTposix.c +++ b/rtinst/src/RTposix.c @@ -538,7 +538,7 @@ DYNINSTgetMsgVectBytes(struct msghdr *msg) #define STACHE_BLK_SIZE stache_blk_size //Blizzard -extern int stache_blk_size ; +int stache_blk_size ; void DYNINSTreportNewMem(char *data_structure, void *va, int memory_size, int blk_size) /* -- 1.8.3.1