Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 12:16:43 +0100
From:      Kurt Jaeger <pi@opsec.eu>
To:        x11@FreeBSD.org
Subject:   patch for x11/sessreg on 9.0-REL
Message-ID:  <20120129111643.GN96148@home.opsec.eu>

next in thread | raw e-mail | index | archive | help
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@opsec.eu            +49 171 3101372                         8 years to go !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120129111643.GN96148>