$NetBSD: patch-ag,v 1.3 2000/08/15 14:48:23 abs Exp $

--- etc/afpd/status.c.orig	Wed Dec 16 18:38:38 1998
+++ etc/afpd/status.c
@@ -52,7 +52,8 @@
 static int status_server(char *data, const char *server)
 {
     struct afp_status	*status;
-    char                *Obj, *Type, *Zone;
+    const char          *Obj;
+    char                *Type, *Zone;
     int			len;
 
     status = (struct afp_status *) data;