summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-09-14 06:17:28 +0000
committerjulian <julian@FreeBSD.org>1995-09-14 06:17:28 +0000
commitc162554e6829c9771c8f2a8f6662e097b7040409 (patch)
tree629181066ff1fd34a5bcb0e723213490c1af0ead
parent4da885ab00168ae5e232c837acb7668cfee30baf (diff)
downloadFreeBSD-src-c162554e6829c9771c8f2a8f6662e097b7040409.zip
FreeBSD-src-c162554e6829c9771c8f2a8f6662e097b7040409.tar.gz
Submitted by: bde
prototype file follows the sources..
-rw-r--r--sys/miscfs/devfs/devfs_proto.h2
1 files changed, 1 insertions, 1 deletions
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*/;
OpenPOWER on IntegriCloud