diff -crN ./bash-3.2/builtins/trap.def ./bash-3.2.last/builtins/trap.def
*** ./bash-3.2/builtins/trap.def	2006-07-27 19:42:26.000000000 +0600
--- ./bash-3.2.last/builtins/trap.def	2008-02-20 12:10:20.000000000 +0500
***************
*** 87,93 ****
  trap_builtin (list)
       WORD_LIST *list;
  {
!   int list_signal_names, display, result, opt;
  
    list_signal_names = display = 0;
    result = EXECUTION_SUCCESS;
--- 87,93 ----
  trap_builtin (list)
       WORD_LIST *list;
  {
!   int list_signal_names, display, result, opt, fist_signal;
  
    list_signal_names = display = 0;
    result = EXECUTION_SUCCESS;
diff -crN ./bash-3.2/patchlevel.h ./bash-3.2.last/patchlevel.h
*** ./bash-3.2/patchlevel.h	2006-04-13 18:31:04.000000000 +0600
--- ./bash-3.2.last/patchlevel.h	2008-02-20 12:10:27.000000000 +0500
***************
*** 25,30 ****
     regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
     looks for to find the patch level (for the sccs version string). */
  
! #define PATCHLEVEL 0
  
  #endif /* _PATCHLEVEL_H_ */
--- 25,30 ----
     regexp `^#define[ 	]*PATCHLEVEL', since that's what support/mkversion.sh
     looks for to find the patch level (for the sccs version string). */
  
! #define PATCHLEVEL 16
  
  #endif /* _PATCHLEVEL_H_ */
