1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Bruce Evans cdd84b0211 Fixed longstanding namespace convolution involving rune_t vs wchar_t.
If _ANSI_SOURCE or _POSIX_SOURCE is defined, then <ctype.h> had to
be included before <stddef.h> or <stdlib.h> to get rune_t declared.
Now rune_t is declared perfectly bogusly in all cases when <ctype.h>
is included.

This change breaks similar (but more convoluted) convolutions in the
stddef.h in gcc distributions.  Ports of gcc should avoid using the
gcc headers.
1996-05-01 00:40:10 +00:00
bin Fix up the badly out of date struct proc's p_flags. 1996-04-19 22:23:27 +00:00
eBones Add support for socks 1996-04-23 05:18:43 +00:00
etc Highly cosmetic tweaks. 1996-04-30 04:59:57 +00:00
games Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
gnu Fix a bogon that prevented easy-import from inserting the new module 1996-04-28 12:32:43 +00:00
include Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
lib Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
libexec Small tweak to yp_put_record(): call the DB put routine with the 1996-04-28 03:59:56 +00:00
lkm Add in qcam module (forgot) 1996-03-24 00:30:38 +00:00
release Fix another couple of bogons with the package menu. 1996-04-30 21:22:29 +00:00
sbin changed a strchr to a strrchr so that modules with a `.' in the path 1996-04-26 18:39:48 +00:00
secure Add support for socks 1996-04-23 05:18:43 +00:00
share Add ports-all and comment out individual ports-*. Add commented out 1996-04-30 21:05:07 +00:00
sys Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE and 1996-04-30 23:43:25 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Correct a typo. 1996-04-30 05:20:32 +00:00
usr.sbin Fix another couple of bogons with the package menu. 1996-04-30 21:22:29 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Re-instate the bootstrap target which can be used to build tools 1996-03-24 13:16:45 +00:00