diff options
author | 2009-06-03 14:45:39 +0000 | |
---|---|---|
committer | 2009-06-03 14:45:39 +0000 | |
commit | f64d9cd67de389b19030e694be68d7ecf0fdc7d1 (patch) | |
tree | dbcfe4d3c8160530bcbf3715616cce047d7255ce /lib | |
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')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libc/sys/makelintstub.sh | 4 | ||||
-rw-r--r-- | lib/libkrb5/afssys_openbsd.c | 8 |
3 files changed, 8 insertions, 8 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 diff --git a/lib/libkrb5/afssys_openbsd.c b/lib/libkrb5/afssys_openbsd.c index 95a63232cdc..29ad4a0eabe 100644 --- a/lib/libkrb5/afssys_openbsd.c +++ b/lib/libkrb5/afssys_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: afssys_openbsd.c,v 1.1 2003/05/14 09:05:59 hin Exp $ */ +/* $OpenBSD: afssys_openbsd.c,v 1.2 2009/06/03 14:45:47 jj Exp $ */ /* $KTH: afssys.c,v 1.57 1998/05/09 17:19:03 joda Exp $ */ /* @@ -42,7 +42,7 @@ #include "kafs_locl.h" int -xfspioctl(int operation, char *a_pathP, +nnpfspioctl(int operation, char *a_pathP, int a_opcode, struct ViceIoctl *a_paramsP, int a_followSymlinks); @@ -54,7 +54,7 @@ k_pioctl(char *a_path, struct ViceIoctl *a_paramsP, int a_followSymlinks) { - return xfspioctl(AFSCALL_PIOCTL, a_path, o_opcode, a_paramsP, + return nnpfspioctl(AFSCALL_PIOCTL, a_path, o_opcode, a_paramsP, a_followSymlinks); } @@ -84,7 +84,7 @@ k_unlog(void) int k_setpag(void) { - return xfspioctl(AFSCALL_SETPAG, NULL, 0, NULL, 0); + return nnpfspioctl(AFSCALL_SETPAG, NULL, 0, NULL, 0); } int |