Correct a comment which was hiding part of the declaration of
devfs_link(), causing compiles to fail.
This commit is contained in:
parent
ffac7b875e
commit
70af957f57
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user