diff options
author | phk <phk@FreeBSD.org> | 1998-10-31 20:07:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-10-31 20:07:01 +0000 |
commit | ef1becbf8e39d56b501bb722279f9b3cddb9713b (patch) | |
tree | b392df5f916677ffead85d9adb5b2d60aab5eecd /sys/dev/hfa/fore_output.c | |
parent | 23ce0ead1d6a4116dd8022f9504a4632792c5149 (diff) | |
download | FreeBSD-src-ef1becbf8e39d56b501bb722279f9b3cddb9713b.zip FreeBSD-src-ef1becbf8e39d56b501bb722279f9b3cddb9713b.tar.gz |
Trivial stylish changes, mostly to silence gcc.
Reviewed by: Mike Spengler <mks@networkcs.com>
Submitted by: phk
Diffstat (limited to 'sys/dev/hfa/fore_output.c')
-rw-r--r-- | sys/dev/hfa/fore_output.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/hfa/fore_output.c b/sys/dev/hfa/fore_output.c index 59c82c9..d92d5a0 100644 --- a/sys/dev/hfa/fore_output.c +++ b/sys/dev/hfa/fore_output.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: fore_output.c,v 1.7 1998/02/19 20:10:34 mks Exp $ + * @(#) $Id: fore_output.c,v 1.1 1998/09/15 08:22:55 phk Exp $ * */ @@ -35,12 +35,12 @@ * */ +#include <dev/hfa/fore_include.h> + #ifndef lint -static char *RCSid = "@(#) $Id: fore_output.c,v 1.7 1998/02/19 20:10:34 mks Exp $"; +__RCSID("@(#) $Id: fore_output.c,v 1.1 1998/09/15 08:22:55 phk Exp $"); #endif -#include <dev/hfa/fore_include.h> - /* * Local functions |