Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On 25.12.2017 02:21, maya%netbsd.org@localhost wrote:
> On Tue, Dec 19, 2017 at 07:40:04PM +0000, Kamil Rytarowski wrote:
>> Module Name:	src
>> Committed By:	kamil
>> Date:		Tue Dec 19 19:40:04 UTC 2017
>>
>> Modified Files:
>> 	src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_syscall.h
>> 	    netbsd32_syscallargs.h netbsd32_syscalls.c
>> 	    netbsd32_syscalls_autoload.c netbsd32_sysent.c
>> 	    netbsd32_systrace_args.c syscalls.master
>> 	src/sys/kern: init_sysent.c syscalls.c syscalls.master
>> 	    syscalls_autoload.c systrace_args.c
>> 	src/sys/rump/include/rump: rump_syscalls.h
>> 	src/sys/rump/librump/rumpkern: rump_syscalls.c
>> 	src/sys/sys: syscall.h syscallargs.h
>> 	src/sys/uvm: uvm_unix.c
>>
>> Log Message:
>> Drop SYS_vadvise
>>
>> The (o)vadvise syscall is dummy since the beginning of NetBSD.
>>
>> It is an obsolete remnant from the old UNIX.
> 
> I think this removes a symbol from libc too
> 

This is correct.

$ nm /usr/lib/libc.so|grep vadvise


000000000003b980 T vadvise

I will fix it.

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index