patch for x11/sessreg on 9.0-REL

Kurt Jaeger pi at opsec.eu
Sun Jan 29 11:16:46 UTC 2012


Hi!

Adding this patch as files/patch-sessreg.h
allows sessreg to compile.

-----------
--- sessreg.h-orig      2012-01-29 12:13:19.502258108 +0100
+++ sessreg.h   2012-01-29 12:13:55.291375908 +0100
@@ -55,7 +55,9 @@
 
 #ifdef HAVE_UTMP_H
 # include <utmp.h>
-# define USE_UTMP
+# ifndef HAVE_UTMPX_H
+#  define USE_UTMP
+# endif
 #endif
 
 #ifdef HAVE_UTMPX_H

-----------

-- 
pi at opsec.eu            +49 171 3101372                         8 years to go !


More information about the freebsd-x11 mailing list