NetBSD/lib
christos 1d4349e7c8 ypset(8) stopped working; reason:
xdr_ypbind_setdom() would always fail because the test for
xdr_ypdomain_wrap_string() was reversed. Fixed this and in
the process made all the function tests to be of the form:

	if (!xdr_foo())
		return FALSE;
	....
	return TRUE;

instead of having some of them like above and others like:
	if (xdr_foo() == FALSE)
		return FALSE;
	...

	return xdr_bar();

this is more consistant now and hopefully in the future people
will pattern match correctly and not introduce spurious errors.
1996-06-18 20:05:59 +00:00
..
csu remove a few macro definitions which duplicate (and in one instance, 1996-05-16 21:56:22 +00:00
libarch Fix typo (PR 2461) 1996-05-28 13:34:39 +00:00
libc ypset(8) stopped working; reason: 1996-06-18 20:05:59 +00:00
libcompat Handle null string in re_comp. 1996-03-21 03:11:13 +00:00
libcrypt Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
libcurses Use 'includes' instead of 'beforeinstall' target to install curses.h header 1996-04-25 00:58:56 +00:00
libedit merge bugfix from 1.2 branch: use includes target for include files 1996-06-01 19:59:30 +00:00
libkvm update to reflect reality. 1996-05-20 16:58:03 +00:00
libkvm.old Fix typo in last change 1996-05-14 21:59:57 +00:00
libl use new id style. 1995-02-25 09:02:37 +00:00
libm Use setne instead of setnel, new versions of gas balk at the bad mnemonic. 1996-06-04 18:00:34 +00:00
libpcap use 'ALIGN' from <sys/param.h> rather than generating a custom alignment expr 1996-05-29 04:05:52 +00:00
libpthread specify man pages the new way. 1994-12-22 09:57:51 +00:00
libresolv resolver code is new here too 1994-04-08 01:17:11 +00:00
librpcsvc Be more verbose during 'includes' installation. Instead of showing 1996-05-10 05:03:06 +00:00
libskey sys/termios.h -> termios.h 1995-06-19 22:47:37 +00:00
libtelnet update libtelnet with changes through 95.10.23 version 1996-02-24 01:15:15 +00:00
libterm hack to limit termcap strings to 1024 characters 1996-03-22 23:25:30 +00:00
libutil Document that the caller must do a pw_abort() if pw_mkdb() fails. 1996-06-02 19:26:18 +00:00
liby Not worth the trouble to turn this into Position Independent Code. 1993-10-05 21:54:30 +00:00
bumpversion Fix spelling error in Copyright notice 1994-01-29 01:54:01 +00:00
Makefile include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as 1996-06-14 17:22:05 +00:00