From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: [PATCH] fix broken compile due to missing pseudoflavors.h Date: Mon, 16 Jul 2007 13:06:08 -0400 Message-ID: <20070716170608.GD2817@fieldses.org> References: <469AB4D6.20902@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Neil Brown , Linux NFS mailing list To: Chuck Lever Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1IAU1Q-00051X-PF for nfs@lists.sourceforge.net; Mon, 16 Jul 2007 10:06:08 -0700 Received: from mail.fieldses.org ([66.93.2.214] helo=fieldses.org) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1IAU1T-0003Xv-6r for nfs@lists.sourceforge.net; Mon, 16 Jul 2007 10:06:12 -0700 In-Reply-To: <469AB4D6.20902@oracle.com> List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net From: J. Bruce Fields Commit e9b0bed761bc77ba046f53be2ec324c4b61357ff should also have added this file. Signed-off-by: "J. Bruce Fields" --- 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