Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/25/2001 22:18:51
Module Name: syssrc
Committed By: jdolecek
Date: Thu Jan 25 20:18:51 UTC 2001
Modified Files:
syssrc/sys/sys: proc.h
Log Message:
Make e_errno of struct emul 'const int *' (was 'int *'), since the errno
mapping tables were constified recently.
This fixes compile problem reported by Ken Wellsch on current-users@.
To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 syssrc/sys/sys/proc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.