${WRKSRC}/src/XFileExplorer.cpp \
${WRKSRC}/src/help.h \
${WRKSRC}/src/xfedefs.h
@${REINPLACE_CMD} 's/unsigned FXchar/FXuchar/' \
${WRKSRC}/src/xfeutils.cpp
.include <bsd.port.mk>
#include <grp.h>
#include <pwd.h>
#include <errno.h>
@@ -175,7 +180,9 @@
#ifdef BSD_UTMP
static int tslot = -1; /* index to our slot in the utmp file */
#endif /* BSD_UTMP */
+#if defined(BSD_UTMP) || defined(SVR4_UTMP)
static struct utmp utent; /* our current utmp entry */
+#endif
/* Catch a SIGCHLD signal and exit if the direct child has died.
*/
@@ -398,7 +403,7 @@
static char* get_pseudo_tty(int* pmaster, int* pslave)