Linux NFS development
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: Neil Brown <neilb@suse.de>,
	Linux NFS mailing list <nfs@lists.sourceforge.net>
Subject: [PATCH] fix broken compile due to missing pseudoflavors.h
Date: Mon, 16 Jul 2007 13:06:08 -0400	[thread overview]
Message-ID: <20070716170608.GD2817@fieldses.org> (raw)
In-Reply-To: <469AB4D6.20902@oracle.com>

From: J. Bruce Fields <bfields@citi.umich.edu>

Commit e9b0bed761bc77ba046f53be2ec324c4b61357ff should also have added
this file.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
---
 support/include/pseudoflavors.h |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 support/include/pseudoflavors.h

On Sun, Jul 15, 2007 at 07:59:18PM -0400, Chuck Lever wrote:
> Making all in nfs
> make[2]: Entering directory `/u/cel/nfs-utils/support/nfs'
> gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I../../support/include 
> -D_GNU_SOURCE -Wall  -pipe -g -O2 -MT exports.o -MD -MP -MF 
> .deps/exports.Tpo -c -o exports.o exports.c
> exports.c:33:27: error: pseudoflavors.h: No such file or directory

Whoops, I should have actually looked at the compile output yesterday
before jumping to conclusions.  Looks like pseudoflavors.h didn't get
added to the git repo.  (Neil--just pipe a mailbox to "git am", and
it'll take care of adding new files.)

(I haven't checked yet whether it's still OK with --disable-gss and
--disable-nfsv4....)

--b.

diff --git a/support/include/pseudoflavors.h b/support/include/pseudoflavors.h
new file mode 100644
index 0000000..c21087b
--- /dev/null
+++ b/support/include/pseudoflavors.h
@@ -0,0 +1,17 @@
+#define RPC_AUTH_GSS_KRB5       390003
+#define RPC_AUTH_GSS_KRB5I      390004
+#define RPC_AUTH_GSS_KRB5P      390005
+#define RPC_AUTH_GSS_LKEY       390006
+#define RPC_AUTH_GSS_LKEYI      390007
+#define RPC_AUTH_GSS_LKEYP      390008
+#define RPC_AUTH_GSS_SPKM       390009
+#define RPC_AUTH_GSS_SPKMI      390010
+#define RPC_AUTH_GSS_SPKMP      390011
+
+struct flav_info {
+	char    *flavour;
+	int     fnum;
+};
+
+extern struct flav_info flav_map[];
+extern const int flav_map_size;
-- 
1.5.3.rc0.63.gc956


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  parent reply	other threads:[~2007-07-16 17:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-15 23:59 build problems with latest nfs-utils Chuck Lever
2007-07-16  1:31 ` J. Bruce Fields
2007-07-16  2:05   ` Chuck Lever
2007-07-16 17:06 ` J. Bruce Fields [this message]
2007-07-16 17:18   ` [PATCH] fix broken compile due to missing pseudoflavors.h Chuck Lever
2007-07-16 17:26   ` Chuck Lever

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070716170608.GD2817@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=chuck.lever@oracle.com \
    --cc=neilb@suse.de \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox