summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/socketvar.h
diff options
context:
space:
mode:
authorrshoaib <none@none>2006-03-05 18:00:39 -0800
committerrshoaib <none@none>2006-03-05 18:00:39 -0800
commit2caf0dcd2abc26b477e317999994020212790d38 (patch)
tree73ce905591613e6ebe1d4ee9b6901088bfd8a8ad /usr/src/uts/common/sys/socketvar.h
parent561099e3173d7b6f4ca06a4d971bf4938389ac78 (diff)
downloadillumos-joyent-2caf0dcd2abc26b477e317999994020212790d38.tar.gz
4999225 Broken code in socktpi.c
6341860 sockfs warnings should be zone aware 6386372 remove unused AF_NCA code from sockfs --HG-- rename : usr/src/uts/common/fs/sockfs/ncafs.c => deleted_files/usr/src/uts/common/fs/sockfs/ncafs.c
Diffstat (limited to 'usr/src/uts/common/sys/socketvar.h')
-rw-r--r--usr/src/uts/common/sys/socketvar.h29
1 files changed, 4 insertions, 25 deletions
diff --git a/usr/src/uts/common/sys/socketvar.h b/usr/src/uts/common/sys/socketvar.h
index 5e75bd36aa..2652cd8525 100644
--- a/usr/src/uts/common/sys/socketvar.h
+++ b/usr/src/uts/common/sys/socketvar.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,8 +18,9 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -682,27 +682,6 @@ extern sonodeops_t sotpi_sonodeops;
extern dev_t sockdev;
-/* NCAfs symbols */
-
-extern int socknca_read(struct vnode *, struct uio *, int, struct cred *,
- struct caller_context *);
-extern int socknca_write(struct vnode *, struct uio *, int, struct cred *,
- struct caller_context *);
-extern int socknca_ioctl(struct vnode *, int, intptr_t, int,
- struct cred *, int *);
-extern int nca_poll(struct vnode *, short, int, short *,
- struct pollhead **);
-extern int socknca_close(struct vnode *, int, int, offset_t,
- struct cred *);
-extern void socknca_inactive(struct vnode *, struct cred *);
-
-extern const struct fs_operation_def socknca_vnodeops_template[];
-extern struct vnodeops *socknca_vnodeops;
-
-extern void sonca_init(void);
-extern struct sonode *sonca_create(vnode_t *, int, int, int, int,
- struct sonode *, int *);
-
/*
* sockfs functions
*/