diff options
Diffstat (limited to 'sys/dev/hea/eni_buffer.c')
| -rw-r--r-- | sys/dev/hea/eni_buffer.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sys/dev/hea/eni_buffer.c b/sys/dev/hea/eni_buffer.c index 71d2eb9128ca..610d284401d3 100644 --- a/sys/dev/hea/eni_buffer.c +++ b/sys/dev/hea/eni_buffer.c @@ -23,7 +23,7 @@   * Copies of this Software may be made, however, the above copyright   * notice must be reproduced on all copies.   * - *	@(#) $Id: eni_buffer.c,v 1.1 1998/09/15 08:22:53 phk Exp $ + *	@(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $   *   */ @@ -42,7 +42,7 @@  #include <dev/hea/eni_var.h>  #ifndef lint -__RCSID("@(#) $Id: eni_buffer.c,v 1.1 1998/09/15 08:22:53 phk Exp $"); +__RCSID("@(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $");  #endif  static int	eni_test_memory __P((Eni_unit *)); | 
