summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-11 11:16:26 +0000
committerphk <phk@FreeBSD.org>2004-06-11 11:16:26 +0000
commit86602fc06c6eef73f48ce541f6b8d2b6af993629 (patch)
treeeeeded1f490a2da21f50d2e6f81efd45f8326e90 /sys/kern/vfs_extattr.c
parent31644ac9d825eba99a73dc4d36f6f2c06879799d (diff)
downloadFreeBSD-src-86602fc06c6eef73f48ce541f6b8d2b6af993629.zip
FreeBSD-src-86602fc06c6eef73f48ce541f6b8d2b6af993629.tar.gz
Deorbit COMPAT_SUNOS.
We inherited this from the sparc32 port of BSD4.4-Lite1. We have neither a sparc32 port nor a SunOS4.x compatibility desire these days.
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r--sys/kern/vfs_extattr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 3ce9c98..50ab8ed 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -1733,7 +1733,7 @@ lseek(td, uap)
return (0);
}
-#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
+#if defined(COMPAT_43)
/*
* Reposition read/write file offset.
*/
@@ -1888,7 +1888,7 @@ eaccess(td, uap)
return (error);
}
-#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
+#if defined(COMPAT_43)
/*
* Get file status; this version follows links.
*/
@@ -1991,7 +1991,7 @@ cvtstat(st, ost)
ost->st_flags = st->st_flags;
ost->st_gen = st->st_gen;
}
-#endif /* COMPAT_43 || COMPAT_SUNOS */
+#endif /* COMPAT_43 */
/*
* Get file status; this version follows links.
@@ -2965,7 +2965,7 @@ ftruncate(td, uap)
return (error);
}
-#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
+#if defined(COMPAT_43)
/*
* Truncate a file given its path name.
*/
@@ -3021,7 +3021,7 @@ oftruncate(td, uap)
nuap.length = uap->length;
return (ftruncate(td, &nuap));
}
-#endif /* COMPAT_43 || COMPAT_SUNOS */
+#endif /* COMPAT_43 */
/*
* Sync an open file.
OpenPOWER on IntegriCloud