aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-01-16 12:17:55 +0000
committerBruce Evans <bde@FreeBSD.org>1998-01-16 12:17:55 +0000
commit2ab72cf580a3af4d330254b20c786974a87ebf75 (patch)
treeac0f2decc7b6ad2b4f351de8d19abc32a7d8018b /include/rpcsvc
parentcb4b2fb400a025fd053a21098d7120c4ff6755b2 (diff)
downloadsrc-2ab72cf580a3af4d330254b20c786974a87ebf75.tar.gz
src-2ab72cf580a3af4d330254b20c786974a87ebf75.zip
Removed redundant declarations. rpcgen generates `typedef enum foo;'
from `enum foo;'.
Notes
Notes: svn path=/head/; revision=32553
Diffstat (limited to 'include/rpcsvc')
-rw-r--r--include/rpcsvc/ypxfrd.x7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/rpcsvc/ypxfrd.x b/include/rpcsvc/ypxfrd.x
index f51a1b94649c..f7abd316931f 100644
--- a/include/rpcsvc/ypxfrd.x
+++ b/include/rpcsvc/ypxfrd.x
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ypxfrd.x,v 1.2 1996/07/04 02:08:17 wpaul Exp $
+ * $Id: ypxfrd.x,v 1.5 1997/05/28 04:38:30 wpaul Exp $
*/
/*
@@ -68,7 +68,7 @@
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id: ypxfrd.x,v 1.2 1996/07/04 02:08:17 wpaul Exp $";
+%static const char rcsid[] = "$Id: ypxfrd.x,v 1.5 1997/05/28 04:38:30 wpaul Exp $";
%#endif /* not lint */
#endif
@@ -136,9 +136,6 @@ enum xfr_byte_order {
typedef string xfrdomain<_YPMAXDOMAIN>;
typedef string xfrmap<_YPMAXMAP>;
typedef string xfrmap_filename<_YPMAXMAP>; /* actual name of map file */
-typedef enum xfrstat xfrstat;
-typedef enum xfr_db_type xfr_db_type;
-typedef enum xfr_byte_order xfr_byte_order;
/*
* Ask the remote ypxfrd for a map using this structure.