diff options
author | 2005-10-03 10:57:16 +0000 | |
---|---|---|
committer | 2005-10-03 10:57:16 +0000 | |
commit | 4bd0cc28ce2bd7cb6b9a49ceebc41619dfc63e67 (patch) | |
tree | cad7385ea0d73cfc07acaf22c17e5eb1f882d109 | |
parent | change trunk ifconfig examples (it's not neccessary to type "create" (diff) | |
download | wireguard-openbsd-4bd0cc28ce2bd7cb6b9a49ceebc41619dfc63e67.tar.xz wireguard-openbsd-4bd0cc28ce2bd7cb6b9a49ceebc41619dfc63e67.zip |
remove traces of non-existent getfstype() function;
ok krw@ deraadt@
-rw-r--r-- | lib/libc/gen/Makefile.inc | 4 | ||||
-rw-r--r-- | share/man/man5/fstab.5 | 3 | ||||
-rw-r--r-- | usr.bin/spell/special.4bsd | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index a29c6a49b1a..af58fcf77c2 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.38 2005/10/02 09:07:24 jmc Exp $ +# $OpenBSD: Makefile.inc,v 1.39 2005/10/03 10:57:16 jmc Exp $ # gen sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gen ${LIBCSRCDIR}/gen @@ -96,7 +96,7 @@ MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \ MLINKS+=getcwd.3 getwd.3 MLINKS+=getdomainname.3 setdomainname.3 MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \ - getfsent.3 getfstype.3 getfsent.3 setfsent.3 + getfsent.3 setfsent.3 MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \ getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3 \ getgrent.3 getgrgid_r.3 getgrent.3 getgrnam_r.3 diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index fbd0fa98a84..7001f68ecbc 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.30 2005/06/27 08:57:19 jmc Exp $ +.\" $OpenBSD: fstab.5,v 1.31 2005/10/03 10:57:16 jmc Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -257,7 +257,6 @@ The proper way to read records from is to use the routines .Xr getfsent 3 , .Xr getfsspec 3 , -.Xr getfstype 3 , and .Xr getfsfile 3 . .Sh FILES diff --git a/usr.bin/spell/special.4bsd b/usr.bin/spell/special.4bsd index c3bfa74ba77..c5e750ee6dd 100644 --- a/usr.bin/spell/special.4bsd +++ b/usr.bin/spell/special.4bsd @@ -421,7 +421,6 @@ geteuid getfsent getfsfile getfsspec -getfstype getgid getgrent getgrgid |