From c162554e6829c9771c8f2a8f6662e097b7040409 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 14 Sep 1995 06:17:28 +0000 Subject: Submitted by: bde prototype file follows the sources.. --- sys/miscfs/devfs/devfs_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/miscfs/devfs/devfs_proto.h b/sys/miscfs/devfs/devfs_proto.h index cdc6840..01dd194 100644 --- a/sys/miscfs/devfs/devfs_proto.h +++ b/sys/miscfs/devfs/devfs_proto.h @@ -1,5 +1,5 @@ /* THIS FILE PRODUCED AUTOMATICALLY */ -void devfs_sinit(caddr_t junk) /*proto*/; +void devfs_sinit(void *junk) /*proto*/; devnm_p dev_findname(dn_p dir,char *name) /*proto*/; int dev_finddir(char *orig_path, dn_p dirnode, int create, dn_p *dn_pp) /*proto*/; int dev_add_name(char *name, dn_p dirnode, devnm_p back, dn_p dnp, devnm_p *devnm_pp) /*proto*/; -- cgit v1.1