• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libtirpc/0006-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch
Yann E. MORINYann E. MORIN committed 5acbbad05cf27 Nov 2014
Raw file
Source viewDiff to previous
 
1
From 008a9c8ac3a84ffcc46a0eedb5b13862b279190c Mon Sep 17 00:00:00 2001
2
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3
Date: Sat, 10 Nov 2012 17:45:03 +0100
4
Subject: [PATCH] Add more XDR files needed to build rpcbind on top of libtirpc
5
​
6
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7
---
8
 Makefile.am             |    6 +
9
 tirpc/rpcsvc/mount.x    |  257 ++++++++++
10
 tirpc/rpcsvc/nfs_prot.x | 1266 +++++++++++++++++++++++++++++++++++++++++++++++
11
 tirpc/rpcsvc/rquota.x   |   67 +++
12
 4 files changed, 1596 insertions(+)
13
 create mode 100644 tirpc/rpcsvc/mount.x
14
 create mode 100644 tirpc/rpcsvc/nfs_prot.x
15
 create mode 100644 tirpc/rpcsvc/rquota.x
16
​
17
diff --git a/Makefile.am b/Makefile.am
18
index 4e4dc32..b7ae979 100644
19
--- a/Makefile.am
20
+++ b/Makefile.am
21
@@ -3,6 +3,9 @@ ACLOCAL_AMFLAGS = -I m4
22
 
23
 GENFILES = \
24
            tirpc/rpcsvc/crypt.h \
25
+           tirpc/rpcsvc/mount.h \
26
+           tirpc/rpcsvc/nfs_prot.h \
27
+           tirpc/rpcsvc/rquota.h \
28
            tirpc/rpc/rpcb_prot.h
29
 
30
 noinst_HEADERS        = tirpc/reentrant.h \
31
@@ -12,6 +15,9 @@ noinst_HEADERS           = tirpc/reentrant.h \
32
 
33
 nobase_include_HEADERS = tirpc/netconfig.h \
34
             tirpc/rpcsvc/crypt.x \
35
+            tirpc/rpcsvc/mount.x \
36
+            tirpc/rpcsvc/nfs_prot.x \
37
+            tirpc/rpcsvc/rquota.x \
38
             tirpc/rpc/xdr.h \
39
             tirpc/rpc/types.h \
40
             tirpc/rpc/svc_soc.h \
41
diff --git a/tirpc/rpcsvc/mount.x b/tirpc/rpcsvc/mount.x
42
new file mode 100644
43
index 0000000..f68a06f
44
--- /dev/null
45
+++ b/tirpc/rpcsvc/mount.x
46
@@ -0,0 +1,257 @@
47
+/*
48
+ * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
49
+ * unrestricted use provided that this legend is included on all tape
50
+ * media and as a part of the software program in whole or part.  Users
51
+ * may copy or modify Sun RPC without charge, but are not authorized
52
+ * to license or distribute it to anyone else except as part of a product or
53
+ * program developed by the user.
54
+ * 
55
+ * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
56
+ * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
57
+ * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
58
+ * 
59
+ * Sun RPC is provided with no support and without any obligation on the
60
+ * part of Sun Microsystems, Inc. to assist in its use, correction,
61
+ * modification or enhancement.
62
+ * 
63
+ * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.