~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to src/gp_os9.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: gp_os9.c 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: gp_os9.c 8250 2007-09-25 13:31:24Z giles $ */
15
15
/* OSK-specific routines for Ghostscript */
16
16
 
17
17
#include "pipe_.h"
25
25
int interrupted;
26
26
 
27
27
/* Forward declarations */
28
 
private void signalhandler(int);
29
 
private FILE *rbfopen(char *, char *);
 
28
static void signalhandler(int);
 
29
static FILE *rbfopen(char *, char *);
30
30
 
31
31
/* Do platform-dependent initialization */
32
32
void
48
48
    exit(exit_status);
49
49
}
50
50
 
51
 
private void
 
51
static void
52
52
signalhandler(int sig)
53
53
{
54
54
    clearerr(stdin);