Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/06/1999 03:52:55
Module Name:	src
Committed By:	christos
Date:		Wed Jan  6 11:52:54 UTC 1999

Modified Files:
	src/sys/kern: exec_elf32.c
Log Message:
Fix 3 problems with the new signature code:
- don't set position to 0, set it to NO_ADDR (cgd)
- no need to malloc size + 1 bytes (cgd)
- fix calculation of minimum note size section.