Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103253629
D5643.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
517 B
Referenced Files
None
Subscribers
None
D5643.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5643: Drop armeb freebsd6 compat
Attached
Detach File
Event Timeline
Log In to Comment