2000-01-02
2000-01-02 23:55:53 by Martin Stjernholm <mast@lysator.liu.se>
-
eb6ce97831fb201c339a94c375dc3879bc4fe0f5
(7 lines)
(+5/-2)
[
Show
| Annotate
]
Branch: 5.2
Fixed type for fake Privs program.
Rev: server/base_server/roxen.pike:1.381
5:
*/
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.380 2000/01/02 01:03:49 nilsson Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.381 2000/01/02 23:55:53 mast Exp $";
object backend_thread;
ArgCache argcache;
2389: Inside #if undefined(__NT__)
add_constant("Privs", Privs);
else
#endif /* !__NT__ */
- add_constant("Privs",class{});
+ add_constant("Privs", class {
+ void create(string reason, int|string|void uid, int|string|void gid) {}
+ });
// for module encoding stuff