From 70af957f57e99eacda07cb87d92797a8ebb1f0e7 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 3 Apr 1996 00:01:40 +0000 Subject: [PATCH] Correct a comment which was hiding part of the declaration of devfs_link(), causing compiles to fail. --- sys/sys/devfsext.h | 6 +++--- 1 file 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 */