Branch: Tag:

2000-01-02

2000-01-02 23:55:53 by Martin Stjernholm <mast@lysator.liu.se>

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