diff options
author | 2009-06-03 14:45:39 +0000 | |
---|---|---|
committer | 2009-06-03 14:45:39 +0000 | |
commit | f64d9cd67de389b19030e694be68d7ecf0fdc7d1 (patch) | |
tree | dbcfe4d3c8160530bcbf3715616cce047d7255ce /lib/libc/sys | |
parent | rewind DATA, so that the next scp: url will have code to connect to... (diff) | |
download | wireguard-openbsd-f64d9cd67de389b19030e694be68d7ecf0fdc7d1.tar.xz wireguard-openbsd-f64d9cd67de389b19030e694be68d7ecf0fdc7d1.zip |
Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libc/sys/makelintstub.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 3813096d112..595d601ec82 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.85 2008/03/22 19:18:42 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.86 2009/06/03 14:45:47 jj Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -61,7 +61,7 @@ ASM= accept.o access.o acct.o adjfreq.o adjtime.o bind.o chdir.o chflags.o \ setuid.o shmat.o shmctl.o shmdt.o shmget.o shutdown.o sigaction.o \ sigaltstack.o socket.o socketpair.o stat.o statfs.o swapctl.o \ symlink.o sync.o sysarch.o umask.o unlink.o unmount.o \ - utimes.o wait4.o write.o writev.o xfspioctl.o __semctl.o \ + utimes.o wait4.o write.o writev.o nnpfspioctl.o __semctl.o \ __syscall.o __sysctl.o __getcwd.o sched_yield.o getthrid.o \ thrsleep.o thrwakeup.o threxit.o thrsigdivert.o diff --git a/lib/libc/sys/makelintstub.sh b/lib/libc/sys/makelintstub.sh index 6319b266c4d..b403bb68b6a 100644 --- a/lib/libc/sys/makelintstub.sh +++ b/lib/libc/sys/makelintstub.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: makelintstub.sh,v 1.7 2006/09/22 16:20:35 pedro Exp $ +# $OpenBSD: makelintstub.sh,v 1.8 2009/06/03 14:45:47 jj 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,7 @@ header() #include <sys/ktrace.h> #include <sys/mman.h> #include <sys/event.h> - #include <xfs/xfs_pioctl.h> + #include <nnpfs/nnpfs_pioctl.h> #include <sys/wait.h> #include <stdio.h> #undef DIRBLKSIZ |