Bug 24764

Summary: Typo in src/libc_r/uthread/uthread_kevent.c
Product: Base System Reporter: vkushnir <vkushnir>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description vkushnir 2001-01-31 23:00:01 UTC
From src/libc_r/uthread/uthread_kevent.c (line 37):

#pragma weak    keven=_kevent

(simply omitted 't')

Fix: 

Obvious :-)
Comment 1 Daniel Eischen freebsd_committer freebsd_triage 2001-04-10 05:37:15 UTC
State Changed
From-To: open->closed

I just fixed this bug when I changed #pragma weaks to __weak_references. 
I didn't even know it was a PR until just now :-)