diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:19:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:19:49 +0000 |
commit | 217adaadf7b3d490dee1187e97bddacc2dd9e15b (patch) | |
tree | 50fb3d5fa7247a620b81062a0fe703e74d7e1878 /lib/libc | |
parent | b42d0514cfc000a4e905ab635e7b4e7443025e28 (diff) |
no more nnpfspioctl() system call; ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libc/sys/makelintstub.sh | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 6f756922789..10b7b053eed 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.105 2012/08/22 17:19:34 pascal Exp $ +# $OpenBSD: Makefile.inc,v 1.106 2012/08/23 06:19:48 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -55,7 +55,7 @@ ASM= __get_tcb.o __getcwd.o __semctl.o __set_tcb.o __syscall.o \ minherit.o mkdir.o mkdirat.o mkfifo.o mkfifoat.o \ mknod.o mknodat.o mlock.o mlockall.o mount.o mprotect.o \ msgctl.o msgget.o msgrcv.o msgsnd.o msync.o munlock.o \ - munlockall.o munmap.o nanosleep.o nfssvc.o nnpfspioctl.o \ + munlockall.o munmap.o nanosleep.o nfssvc.o \ open.o openat.o pathconf.o pipe.o poll.o profil.o \ quotactl.o read.o readlink.o readlinkat.o readv.o reboot.o \ recvfrom.o recvmsg.o rename.o renameat.o revoke.o rmdir.o \ diff --git a/lib/libc/sys/makelintstub.sh b/lib/libc/sys/makelintstub.sh index b8a1d9ea87d..e36332e2859 100644 --- a/lib/libc/sys/makelintstub.sh +++ b/lib/libc/sys/makelintstub.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: makelintstub.sh,v 1.9 2010/07/24 23:32:52 guenther Exp $ +# $OpenBSD: makelintstub.sh,v 1.10 2012/08/23 06:19:48 deraadt Exp $ # $NetBSD: makelintstub,v 1.2 1997/11/05 05:46:18 thorpej Exp $ # # Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -63,7 +63,6 @@ header() #include <sys/ktrace.h> #include <sys/mman.h> #include <sys/event.h> - #include <nnpfs/nnpfs_pioctl.h> #include <sys/wait.h> #include <stdio.h> #undef DIRBLKSIZ |