aboutsummaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2007-11-28 22:10:36 +0000
committerJohn Birrell <jb@FreeBSD.org>2007-11-28 22:10:36 +0000
commitcc6a651e49e8fab13ab1654afc98eb19b0a33cbe (patch)
tree5f4af5d531de64e395c1b0284868780d2d443bf6 /cddl
parent990e94172d00f6cbdb80967293acb0e1f45ad00c (diff)
downloadsrc-cc6a651e49e8fab13ab1654afc98eb19b0a33cbe.tar.gz
src-cc6a651e49e8fab13ab1654afc98eb19b0a33cbe.zip
Remove a couple of definitions which now exist in compatibility headers.
Notes
Notes: svn path=/head/; revision=174045
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
index 66c8bce3de01..74c9019149ca 100644
--- a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
+++ b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
@@ -470,8 +470,6 @@ extern uint64_t physmem;
#define gethrestime_sec() time(NULL)
-#define open64(...) open(__VA_ARGS__)
-#define pread64(d, p, n, o) pread(d, p, n, o)
#define pwrite64(d, p, n, o) pwrite(d, p, n, o)
#define readdir64(d) readdir(d)
#define SIGPENDING(td) (0)