Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   itojun
Date:           Sun Jun  4 08:50:29 UTC 2000

Modified Files:
        syssrc/sys/sys: Makefile socket.h
Added Files:
        syssrc/sys/sys: ansi.h

Log Message:
move socklen_t decl to sys/ansi.h.
sys/socket.h pulls in sys/ansi.h and declare socklen_t as necessary.
the change is to allow declaration of socklen_t with less inclusion ordering
constraints.  (netdb.h needs this change)


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/sys/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/sys/ansi.h
cvs rdiff -r1.54 -r1.55 syssrc/sys/sys/socket.h

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