pkgsrc/sysutils/rox-session/patches/patch-ac
cjep 9348459ce4 Initial import of ROX-Session 0.1.14 to the NetBSD packages collection.
ROX-Session is a ROX application which sets up your desktop when you log in
and starts any applications you ask it to. It also allows you to set various
preferences such as the default font, cursor blinking and mouse behaviour.

From Rui-Xiang Guo in PR#17039. Thanks!
Slight change to observe hier(7).
2002-05-26 20:22:07 +00:00

12 lines
267 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2002/05/26 20:22:07 cjep Exp $
--- session.c.orig Sun May 26 12:25:58 2002
+++ session.c
@@ -25,6 +25,7 @@
#include <sys/wait.h>
#include <fcntl.h>
#include <ctype.h>
+#include <signal.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>