mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Oops, the previous commit got the diff for the log message instead of
the following. Move declarations to and from <machine/segments.h>. Make segment stuff static if possible. Remove unused (although initialized) global variables _default_ldt, currentldt, _gsel_tss (rename the latter to the auto variable gtel_tss). Use "correct" and consistent types for interrupt handlers. Remove a mailing address from the code. Fix type mismatches found by adding prototypes.
This commit is contained in:
parent
30008dda2d
commit
e77e2e6ca1
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.89 1994/11/14 13:22:30 bde Exp $
|
||||
* $Id: machdep.c,v 1.90 1994/11/14 14:19:55 bde Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.89 1994/11/14 13:22:30 bde Exp $
|
||||
* $Id: machdep.c,v 1.90 1994/11/14 14:19:55 bde Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
|
Loading…
Reference in New Issue
Block a user