From 7ea6c4fcbedc5a8039ed91a4a5d77d7366109cd8 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 18:38:20 +0000 Subject: try to fix sun --- src/cmd/postscript/common/ext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/postscript/common/ext.h') diff --git a/src/cmd/postscript/common/ext.h b/src/cmd/postscript/common/ext.h index 86b98da5..77635b6b 100644 --- a/src/cmd/postscript/common/ext.h +++ b/src/cmd/postscript/common/ext.h @@ -24,6 +24,8 @@ extern double pagewidth; extern int reading; /* input */ extern int writing; /* and output encoding */ +#define getopt ps_getopt +int getopt(int, char**, char*); extern char *optarg; /* for getopt() */ extern int optind; -- cgit v1.2.3