Page MenuHomeFreeBSD

D5643.diff
No OneTemporary

D5643.diff

Index: head/sys/arm/arm/vm_machdep.c
===================================================================
--- head/sys/arm/arm/vm_machdep.c
+++ head/sys/arm/arm/vm_machdep.c
@@ -191,11 +191,7 @@
register_t code = ap[_QUAD_LOWWORD];
if (td->td_proc->p_sysent->sv_mask)
code &= td->td_proc->p_sysent->sv_mask;
- fixup = (
-#if defined(COMPAT_FREEBSD6) && defined(SYS_freebsd6_lseek)
- code != SYS_freebsd6_lseek &&
-#endif
- code != SYS_lseek) ? 1 : 0;
+ fixup = (code != SYS_lseek);
}
#endif

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 4:25 PM (14 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14805743
Default Alt Text
D5643.diff (517 B)

Event Timeline