summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-04-03 03:03:55 +0000
committerscrappy <scrappy@FreeBSD.org>1996-04-03 03:03:55 +0000
commita949e4988c0af21cc6ba8e1cf869e1b66e12ccf9 (patch)
tree6a67fff858b9071ab2be273f9ab84352f82cf4df /sys
parent2e8aad5ee10684282d3418e45b34d31b819b0644 (diff)
downloadFreeBSD-src-a949e4988c0af21cc6ba8e1cf869e1b66e12ccf9.zip
FreeBSD-src-a949e4988c0af21cc6ba8e1cf869e1b66e12ccf9.tar.gz
Removed prototype for devfs_add_devsw() as it no longer exists
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/devfsext.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/sys/devfsext.h b/sys/sys/devfsext.h
index e207b61..59d958b 100644
--- a/sys/sys/devfsext.h
+++ b/sys/sys/devfsext.h
@@ -1,19 +1,11 @@
/* usual BSD style copyright here */
/* Written by Julian Elischer (julian@dialix.oz.au)*/
/*
- * $Id: devfsext.h,v 1.11 1996/04/02 19:07:38 scrappy Exp $
+ * $Id: devfsext.h,v 1.12 1996/04/03 00:01:40 gpalmer Exp $
*/
#ifndef _SYS_DEVFSECT_H_
#define _SYS_DEVFSECT_H_ 1
-void *devfs_add_devsw(char *path,
- char *name,
- void *devsw,
- int minor,
- int chrblk,
- uid_t uid,
- gid_t gid,
- int perms) ;
void *devfs_add_devswf(void *devsw,
int minor,
OpenPOWER on IntegriCloud