NetBSD/include
thorpej cfe8d3b81c Make this somewhat less yucky:
- Make this work with versioned stat(2)-family functions.
- Prototype the rmt(3) functions here, and make them match the prototypes
  of the functions they're remapping.
- Allow rmtlib.c to include this in a way that doesn't remap any functions.
1997-10-21 19:50:55 +00:00
..
arpa rcsid fascism 1997-10-13 09:26:06 +00:00
protocols Apply the necessary fixes from: routed-970113 1997-02-03 22:20:38 +00:00
rpc don't include <rpc/pmap_rmt.h> - it's a "private" header file for 1997-08-25 22:20:31 +00:00
rpcsvc Correct the prototype of the (*foreach)() member of the yp_all callback. 1997-07-18 06:11:16 +00:00
Makefile Move md5.h to <sys/md5.h> so that it may be included by the kernel. 1997-04-30 00:45:41 +00:00
a.out.h new RCS ID format. 1994-10-26 00:55:40 +00:00
ar.h new RCS ID format. 1994-10-26 00:55:40 +00:00
assert.h new RCS ID format. 1994-10-26 00:55:40 +00:00
bitstring.h Make macros evaluate to non-compound statements (Jarle Greipsland; PR#3614) 1997-05-14 15:49:55 +00:00
bm.h new RCS ID format. 1994-10-26 00:55:40 +00:00
cpio.h Fix files using old TNF copyright notice 1997-07-30 22:53:50 +00:00
ctype.h Add support for localized character sets (a.k.a. LC_CTYPE). 1997-06-02 09:52:36 +00:00
db.h new RCS ID format. 1994-10-26 00:55:40 +00:00
dirent.h oops. Checked in wrong dirent.h version. Add missing getdents prototype 1997-10-10 13:18:37 +00:00
disktab.h new RCS ID format. 1994-10-26 00:55:40 +00:00
dlfcn.h Add `const' to dlopen() & dlsym() protos, per PR#2453. 1997-01-02 11:13:19 +00:00
err.h new RCS ID format. 1994-10-26 00:55:40 +00:00
fnmatch.h new RCS ID format. 1994-10-26 00:55:40 +00:00
fstab.h fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon 1997-01-27 22:08:46 +00:00
fts.h Hacks to enable libc to work without bumping the major. 1997-10-21 00:55:10 +00:00
glob.h Hacks to enable libc to work without bumping the major. 1997-10-21 00:55:10 +00:00
grp.h POSIX.1 requires programs to include <sys/types.h> before including 1996-06-11 02:14:01 +00:00
ieeefp.h Move fp_except and fp_rnd definitions to machine/include. 1995-04-09 21:31:58 +00:00
iso646.h For Normative Addendum 1. 1995-02-17 09:08:08 +00:00
kvm.h Add kvm_dump* prototypes. 1996-04-19 12:02:50 +00:00
langinfo.h Winning Strategies has placed this code into the Public Domainsearch.h 1995-04-28 23:30:54 +00:00
limits.h Fix typo: _POSIX_SSIZE_MAX was set to wrong value 1996-10-21 05:10:50 +00:00
link_aout.h Catch up with const changes to dlopen() and dlsym() prototypes in 1997-01-03 22:37:58 +00:00
link_elf.h First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf 1996-12-16 20:37:55 +00:00
locale.h new RCS ID format. 1994-10-26 00:55:40 +00:00
malloc.h new RCS ID format. 1994-10-26 00:55:40 +00:00
math.h new RCS ID format. 1994-10-26 00:55:40 +00:00
md4.h - Liberal application of suggestions in /usr/share/misc/style. 1997-04-30 00:44:49 +00:00
memory.h new RCS ID format. 1994-10-26 00:55:40 +00:00
mpool.h merge DB 1.85 import 1996-05-03 21:13:41 +00:00
ndbm.h prototype dbm_error and dbm_clearerr 1995-07-20 23:31:11 +00:00
netdb.h rcsid fascism 1997-10-13 09:26:06 +00:00
netgroup.h RCS id police. 1996-08-30 18:45:30 +00:00
nl_types.h Fix files using old TNF copyright notice 1997-07-30 22:53:50 +00:00
nlist.h prototype __fdnlist(), since it's used by things outside of libc (libkvm, 1996-10-01 21:48:30 +00:00
paths.h change _PATH_DEFTAPE from "/dev/rst0" to "/dev/nrst0", as confirmed by mycroft. 1997-04-23 09:41:38 +00:00
pwd.h Define _PASSWORD_CHGNOW as -1. This is a `magic' pw_change value, 1997-08-16 13:47:21 +00:00
ranlib.h new RCS ID format. 1994-10-26 00:55:40 +00:00
re_comp.h Fix files using old TNF copyright notice 1997-07-30 22:53:50 +00:00
regex.h Include <sys/types.h> 1996-06-10 18:55:04 +00:00
regexp.h new RCS ID format. 1994-10-26 00:55:40 +00:00
resolv.h rcsid fascism 1997-10-13 09:26:06 +00:00
rmt.h Make this somewhat less yucky: 1997-10-21 19:50:55 +00:00
search.h Added declarations for hsearch(), hdestroy(), and hcreate(). 1995-08-08 21:14:45 +00:00
setjmp.h *jmp_buf -> arrays of longs, and make the definition of _JBLEN mach. dep. 1994-12-20 10:35:44 +00:00
sgtty.h Prototypes (PR#1097) 1995-06-05 19:39:35 +00:00
signal.h Add prototype for sigaltstack; from John Kohl in PR #2129 1996-02-29 00:04:57 +00:00
stab.h new RCS ID format. 1994-10-26 00:55:40 +00:00
stddef.h new RCS ID format. 1994-10-26 00:55:40 +00:00
stdio.h Fix typo, __STRICT_ANSI_ -> __STRICT_ANSI__ 1996-04-25 18:29:21 +00:00
stdlib.h devname is (dev_t, mode_t) not (int, int) 1997-10-16 23:24:49 +00:00
string.h move setmode and strsignal to unistd.h 1997-10-16 23:26:24 +00:00
stringlist.h A stringlist implementation (previously ``private'' to libc netgroup code, 1997-01-17 06:11:35 +00:00
strings.h new RCS ID format. 1994-10-26 00:55:40 +00:00
struct.h new RCS ID format. 1994-10-26 00:55:40 +00:00
sysexits.h new RCS ID format. 1994-10-26 00:55:40 +00:00
tar.h Fix files using old TNF copyright notice 1997-07-30 22:53:50 +00:00
time.h Per 1003.1b-93, move nanosleep() prototype from <sys/time.h> to <time.h> 1997-10-04 15:00:42 +00:00
ttyent.h Add flags for DTR/CTS flow control with CDTRCTS, a driver-specific 1997-10-20 08:04:23 +00:00
tzfile.h add parens in isleap() for gcc -Wall 1997-07-25 05:54:42 +00:00
unistd.h move setmode and strsignal to unistd.h 1997-10-16 23:26:24 +00:00
util.h Add prototypes and defines for pidlock/ttylock/ttyunlock. 1997-10-11 02:24:23 +00:00
utime.h POSIX.1 requires programs to include <sys/types.h> before including 1996-06-11 02:14:01 +00:00
utmp.h new RCS ID format. 1994-10-26 00:55:40 +00:00
vis.h Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00