summaryrefslogtreecommitdiff
path: root/filter/pstops.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-08-09 16:35:06 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-08-09 16:35:06 +0000
commit7ff4fea9bc80dfaaa12179a72dd34210cad13061 (patch)
tree645259a14a8127496de27f4df1e4db45ea4e7c0f /filter/pstops.c
parentc24d21342fd8b3bb674364f52d01c6c4181d8ee2 (diff)
Merge changes from r6758 to r6781.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@388 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/pstops.c')
-rw-r--r--filter/pstops.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/pstops.c b/filter/pstops.c
index ef540404d..b51dd1467 100644
--- a/filter/pstops.c
+++ b/filter/pstops.c
@@ -228,6 +228,9 @@ main(int argc, /* I - Number of command-line args */
cups_option_t *options; /* Print options */
char line[8192]; /* Line buffer */
size_t len; /* Length of line buffer */
+#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET)
+ struct sigaction action; /* Actions for POSIX signals */
+#endif /* HAVE_SIGACTION && !HAVE_SIGSET */
/*