Fixed disordering in previous commit. "Fixed" a null comment in previous

commit by removing it.
This commit is contained in:
Bruce Evans 2001-02-17 03:57:38 +00:00
parent 5981ddec66
commit 50a4b3b479
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72555

View file

@ -51,11 +51,11 @@
#define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */
#define _BSD_RUNE_T_ _BSD_CT_RUNE_T_ /* rune_t (see below) */
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
#define _BSD_SOCKLEN_T_ __uint32_t
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time()... */
#define _BSD_TIMER_T_ int /* timer_gettime()... */
#define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */
#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
/*
* Types which are fundamental to the implementation and must be used