From 87a7339e7a47885132cf39ba306447ff0be82ab0 Mon Sep 17 00:00:00 2001 From: proski Date: Thu, 2 Jul 2009 00:21:07 +0000 Subject: [PATCH] 2009-07-01 Pavel Roskin * kern/x86_64/efi/callwrap.S: Add missing newline at the end. --- ChangeLog | 2 ++ kern/x86_64/efi/callwrap.S | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ea8033a9..e6a3c06e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-07-01 Pavel Roskin + * kern/x86_64/efi/callwrap.S: Add missing newline at the end. + * util/hostdisk.c (open_device): Remove `const' from `sysctl_size', as sysctlbyname() can change it (in this case it doesn't actually happen). diff --git a/kern/x86_64/efi/callwrap.S b/kern/x86_64/efi/callwrap.S index 558d28061..1946732ae 100644 --- a/kern/x86_64/efi/callwrap.S +++ b/kern/x86_64/efi/callwrap.S @@ -113,4 +113,4 @@ FUNCTION(efi_wrap_10) mov %rsi, %rcx call *%rdi addq $88, %rsp - ret \ No newline at end of file + ret