Jelajahi Sumber

- fixed function delc. typo

Andrei Pelinescu-Onciul 21 tahun lalu
induk
melakukan
c4fa6c355d
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      Makefile.defs
  2. 1 1
      modules/tm/t_hooks.c

+ 1 - 1
Makefile.defs

@@ -50,7 +50,7 @@ MAIN_NAME=ser
 VERSION = 0
 VERSION = 0
 PATCHLEVEL = 8
 PATCHLEVEL = 8
 SUBLEVEL =   99
 SUBLEVEL =   99
-EXTRAVERSION = -dev23
+EXTRAVERSION = -dev24
 
 
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 OS = $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")
 OS = $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")

+ 1 - 1
modules/tm/t_hooks.c

@@ -84,7 +84,7 @@ void destroy_tmcb_lists()
 }
 }
 
 
 
 
-static inline int insert_tmcb(struct tmcb_head_list *cb_list, int types,
+int insert_tmcb(struct tmcb_head_list *cb_list, int types,
 									transaction_cb f, void *param )
 									transaction_cb f, void *param )
 {
 {
 	struct tm_callback *cbp;
 	struct tm_callback *cbp;