vserver 2.0 rc7
[linux-2.6.git] / include / linux / sunrpc / svc.h
index f464260..3700397 100644 (file)
@@ -251,8 +251,7 @@ struct svc_program {
        char *                  pg_name;        /* service name */
        char *                  pg_class;       /* class name: services sharing authentication */
        struct svc_stat *       pg_stats;       /* rpc statistics */
-       /* Override authentication. NULL means use default */
-       int                     (*pg_authenticate)(struct svc_rqst *, u32 *);
+       int                     (*pg_authenticate)(struct svc_rqst *);
 };
 
 /*