Source-Changes archive

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

CVS commit: src/sys/netinet



Module Name:    src
Committed By:   dyoung
Date:           Wed Sep  5 05:29:35 UTC 2007

Modified Files:
        src/sys/netinet: if_atm.c

Log Message:
We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,
M_WAITOK).  Instead, sockaddr_dl_init() a sockaddr_dl on the stack.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/netinet/if_atm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index