diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-07-17 03:04:16 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-07-17 03:04:16 +0000 |
| commit | da143054a00e9ced25710ada4235ec29a13b7f16 (patch) | |
| tree | 1f77d13a4d31cfb5bd619eecd211d6f2b6a8b5fd /include/Makefile | |
| parent | 5e40498018de19d98f62f76425e6ece8f4c24228 (diff) | |
A <sched.h> file, which provides the clone(2) prototypes, in order
to be compatible with Linux.
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index 3b9ed730f65..37aba9956ca 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2001/04/28 15:41:28 kleink Exp $ +# $NetBSD: Makefile,v 1.98 2001/07/17 03:04:16 thorpej Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -14,10 +14,10 @@ INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \ nl_types.h \ nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ - resolv.h rmd160.h rmt.h search.h setjmp.h sgtty.h signal.h stab.h \ - stddef.h stdio.h stdlib.h string.h strings.h stringlist.h struct.h \ - sysexits.h tar.h time.h ttyent.h tzfile.h ulimit.h unistd.h util.h \ - utime.h utmp.h vis.h wchar.h wctype.h + resolv.h rmd160.h rmt.h sched.h search.h setjmp.h sgtty.h signal.h \ + stab.h stddef.h stdio.h stdlib.h string.h strings.h stringlist.h \ + struct.h sysexits.h tar.h time.h ttyent.h tzfile.h ulimit.h unistd.h \ + util.h utime.h utmp.h vis.h wchar.h wctype.h INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ protocols/talkd.h protocols/timed.h |
