summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-04-03 00:01:40 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-04-03 00:01:40 +0000
commit983e1f4e6f79225d5569a9ce5c830921c66f81e2 (patch)
tree353f2696efcacc1e176b1c73245f25bae85dce1c /sys
parent12bc0ec742988a3ffa3357a308c6cb358e7a87c3 (diff)
downloadFreeBSD-src-983e1f4e6f79225d5569a9ce5c830921c66f81e2.zip
FreeBSD-src-983e1f4e6f79225d5569a9ce5c830921c66f81e2.tar.gz
Correct a comment which was hiding part of the declaration of
devfs_link(), causing compiles to fail.
Diffstat (limited to 'sys')
-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 f35fbaf..e207b61 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 */
OpenPOWER on IntegriCloud