diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1995-09-14 06:17:28 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1995-09-14 06:17:28 +0000 |
| commit | 55b7166d83408bb3ae4453d9c7b6d3dbc07d3635 (patch) | |
| tree | 629181066ff1fd34a5bcb0e723213490c1af0ead /sys/miscfs/devfs | |
| parent | 312b98f6bb2c42c80af4a9bf8451845afd6721e4 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs')
| -rw-r--r-- | sys/miscfs/devfs/devfs_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_proto.h b/sys/miscfs/devfs/devfs_proto.h index cdc68403be80..01dd194f13ab 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*/; |
