linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs-utils: Update svcgssd so that it builds
@ 2018-01-03 13:25 Justin Mitchell
  2018-01-08 14:15 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Justin Mitchell @ 2018-01-03 13:25 UTC (permalink / raw)
  To: Linux NFS Mailing List; +Cc: Steve Dickson

Since a15bd948 the --enable-svcgss option no longer builds
as svcgssd references functions which were changed at that time.
Fix those, and other function changes since then.

Signed-off-by: Justin Mitchell <jumitche@redhat.com>
---
 utils/gssd/svcgssd.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/utils/gssd/svcgssd.c b/utils/gssd/svcgssd.c
index 3514ae1..23f0c0b 100644
--- a/utils/gssd/svcgssd.c
+++ b/utils/gssd/svcgssd.c
@@ -63,6 +63,8 @@
 #include "err_util.h"
 #include "conffile.h"
 
+struct state_paths etab;
+
 void
 sig_die(int signal)
 {
@@ -101,7 +103,7 @@ main(int argc, char *argv[])
 	char *principal = NULL;
 	char *s;
 
-	conf_init(NFS_CONFFILE); 
+	conf_init_file(NFS_CONFFILE);
 
 	s = conf_get_str("svcgssd", "principal");
 	if (!s)
-- 
1.8.3.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfs-utils: Update svcgssd so that it builds
  2018-01-03 13:25 [PATCH] nfs-utils: Update svcgssd so that it builds Justin Mitchell
@ 2018-01-08 14:15 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2018-01-08 14:15 UTC (permalink / raw)
  To: Justin Mitchell, Linux NFS Mailing List



On 01/03/2018 08:25 AM, Justin Mitchell wrote:
> Since a15bd948 the --enable-svcgss option no longer builds
> as svcgssd references functions which were changed at that time.
> Fix those, and other function changes since then.
> 
> Signed-off-by: Justin Mitchell <jumitche@redhat.com>
Committed... 

steved.

> ---
>  utils/gssd/svcgssd.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/utils/gssd/svcgssd.c b/utils/gssd/svcgssd.c
> index 3514ae1..23f0c0b 100644
> --- a/utils/gssd/svcgssd.c
> +++ b/utils/gssd/svcgssd.c
> @@ -63,6 +63,8 @@
>  #include "err_util.h"
>  #include "conffile.h"
>  
> +struct state_paths etab;
> +
>  void
>  sig_die(int signal)
>  {
> @@ -101,7 +103,7 @@ main(int argc, char *argv[])
>  	char *principal = NULL;
>  	char *s;
>  
> -	conf_init(NFS_CONFFILE); 
> +	conf_init_file(NFS_CONFFILE);
>  
>  	s = conf_get_str("svcgssd", "principal");
>  	if (!s)
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-08 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 13:25 [PATCH] nfs-utils: Update svcgssd so that it builds Justin Mitchell
2018-01-08 14:15 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).