Correct a comment which was hiding part of the declaration of

devfs_link(), causing compiles to fail.
This commit is contained in:
Gary Palmer 1996-04-03 00:01:40 +00:00
parent ffac7b875e
commit 70af957f57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15009

View file

@ -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 */