Source-Changes archive

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

CVS commit: src/sys/net



Module Name:    src
Committed By:   dyoung
Date:           Mon Oct  5 21:27:36 UTC 2009

Modified Files:
        src/sys/net: if_media.c if_media.h if_spppvar.h

Log Message:
Replace u_quad_t with uint64_t.  u_quad_t is just a typedef for
uint64_t, so no ABI/API breakage will result from this change.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/net/if_media.c
cvs rdiff -u -r1.52 -r1.53 src/sys/net/if_media.h
cvs rdiff -u -r1.15 -r1.16 src/sys/net/if_spppvar.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