diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-27 10:47:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-27 10:47:32 +0000 |
| commit | e3bdd8710276b786e5c992876c534f45e8a291e1 (patch) | |
| tree | cacbe35741a3586904be2d00b19889116691206d | |
| parent | 654f6be1c8866a4a461e2315f7d525c7ff081a3d (diff) | |
Notes
| -rw-r--r-- | sys/sys/sysent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index 7ff638da2fea..1d3dab349905 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.h @@ -63,7 +63,7 @@ struct sysentvec { int *sv_errtbl; /* errno translation table */ int (*sv_transtrap) __P((int, int)); /* translate trap-to-signal mapping */ - int (*sv_fixup) __P((long **, struct image_params *)); + int (*sv_fixup) __P((register_t **, struct image_params *)); /* stack fixup function */ void (*sv_sendsig) __P((void (*)(int), int, sigset_t *, u_long)); /* send signal */ |
