aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/devfsext.h
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-04-03 00:01:40 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-04-03 00:01:40 +0000
commit70af957f57e99eacda07cb87d92797a8ebb1f0e7 (patch)
tree353f2696efcacc1e176b1c73245f25bae85dce1c /sys/sys/devfsext.h
parentffac7b875ee362335dabaa792c47d840043e9636 (diff)
downloadsrc-70af957f57e99eacda07cb87d92797a8ebb1f0e7.tar.gz
src-70af957f57e99eacda07cb87d92797a8ebb1f0e7.zip
Correct a comment which was hiding part of the declaration of
devfs_link(), causing compiles to fail.
Notes
Notes: svn path=/head/; revision=15009
Diffstat (limited to 'sys/sys/devfsext.h')
-rw-r--r--sys/sys/devfsext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/devfsext.h b/sys/sys/devfsext.h
index f35fbafbfbc4..e207b617473d 100644
--- a/sys/sys/devfsext.h
+++ b/sys/sys/devfsext.h
@@ -1,7 +1,7 @@
/* usual BSD style copyright here */
/* Written by Julian Elischer (julian@dialix.oz.au)*/
/*
- * $Id: devfsext.h,v 1.10 1996/04/02 06:17:14 scrappy Exp $
+ * $Id: devfsext.h,v 1.11 1996/04/02 19:07:38 scrappy Exp $
*/
#ifndef _SYS_DEVFSECT_H_
@@ -24,8 +24,8 @@ void *devfs_add_devswf(void *devsw,
char *fmt,
...) ;
-void *devfs_link(void *original, /* the result of a previous dev_link
- char *fmt, or dev_add operation */
+void *devfs_link(void *original, /* the result of a previous dev_link */
+ char *fmt, /* or dev_add operation */
...);
/* remove the device the cookie represents */