Page MenuHomeFreeBSD

D13838.id42090.diff
No OneTemporary

D13838.id42090.diff

Index: head/sys/amd64/amd64/elf_machdep.c
===================================================================
--- head/sys/amd64/amd64/elf_machdep.c
+++ head/sys/amd64/amd64/elf_machdep.c
@@ -219,7 +219,6 @@
}
switch (rtype) {
-
case R_X86_64_NONE: /* none */
break;
@@ -260,7 +259,7 @@
* objects.
*/
printf("kldload: unexpected R_COPY relocation\n");
- return -1;
+ return (-1);
break;
case R_X86_64_GLOB_DAT: /* S */
@@ -282,9 +281,9 @@
default:
printf("kldload: unexpected relocation type %ld\n",
rtype);
- return -1;
+ return (-1);
}
- return(0);
+ return (0);
}
int

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 21, 7:59 AM (12 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30071483
Default Alt Text
D13838.id42090.diff (641 B)

Event Timeline