commit | 17157e4aa85baea6c1503e2c95d98ed66a1596f1 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Mon Mar 20 02:25:59 2006 +0000 |
committer | rsc <devnull@localhost> | Mon Mar 20 02:25:59 2006 +0000 |
tree | 0d5170a9f88cb8f25e2d824d0b96f57b968d426a | |
parent | 7bd7fd2f4f6fb39400f6f64feb7ec9cba89cf3a3 [diff] [blame] |
update lucida
diff --git a/src/cmd/page/ps.c b/src/cmd/page/ps.c index 46ad5cd..cc6f3c5 100644 --- a/src/cmd/page/ps.c +++ b/src/cmd/page/ps.c
@@ -7,6 +7,7 @@ #include <u.h> #include <libc.h> #include <draw.h> +#include <cursor.h> #include <event.h> #include <bio.h> #include <ctype.h> @@ -348,7 +349,7 @@ d->fwdonly = ps->clueless = dumb; d->docname = argv[0]; - if(spawngs(&ps->gs) < 0) + if(spawngs(&ps->gs, "-dSAFER") < 0) return nil; if(!cantranslate)