svn commit: r251476 - head/usr.sbin/gssd

Rick Macklem rmacklem at FreeBSD.org
Thu Jun 6 22:02:04 UTC 2013


Author: rmacklem
Date: Thu Jun  6 22:02:03 2013
New Revision: 251476
URL: http://svnweb.freebsd.org/changeset/base/251476

Log:
  Fix r251444 so that gssd.c still builds for WITHOUT_KERBEROS.
  
  Reported by:	bf1783 at gmail.com
  MFC after:	2 weeks

Modified:
  head/usr.sbin/gssd/gssd.c

Modified: head/usr.sbin/gssd/gssd.c
==============================================================================
--- head/usr.sbin/gssd/gssd.c	Thu Jun  6 21:09:27 2013	(r251475)
+++ head/usr.sbin/gssd/gssd.c	Thu Jun  6 22:02:03 2013	(r251476)
@@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
 #include <krb5.h>
 #endif
 #include <pwd.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


More information about the svn-src-all mailing list