diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-27 20:09:21 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-27 20:09:21 +0000 |
| commit | b4e36adf1cde894f213665ef59f7fc43ff38ab14 (patch) | |
| tree | c302c32a19a0adb56e0d73dc2079827abdab2d51 /sys/dev/hfa/fore_command.c | |
| parent | d7bcbf6358ae499747d447804bdd6c759f596a01 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hfa/fore_command.c')
| -rw-r--r-- | sys/dev/hfa/fore_command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hfa/fore_command.c b/sys/dev/hfa/fore_command.c index d8e0e9d3cd2e..bb4187f4fc36 100644 --- a/sys/dev/hfa/fore_command.c +++ b/sys/dev/hfa/fore_command.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_command.c,v 1.3 1998/10/31 20:06:52 phk Exp $ + * @(#) $Id: fore_command.c,v 1.4 1998/12/04 22:54:45 archie Exp $ * */ @@ -38,7 +38,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $Id: fore_command.c,v 1.3 1998/10/31 20:06:52 phk Exp $"); +__RCSID("@(#) $Id: fore_command.c,v 1.4 1998/12/04 22:54:45 archie Exp $"); #endif /* @@ -437,7 +437,7 @@ fore_cmd_free(fup) sizeof(Q_status) * CMD_QUELEN, ATM_DEV_NONCACHE); } - atm_dev_free((void *)fup->fu_cmd_stat); + atm_dev_free((volatile void *)fup->fu_cmd_stat); fup->fu_cmd_stat = NULL; fup->fu_cmd_statd = NULL; } |
