diff options
Diffstat (limited to 'sbin/photurisd/spi.c')
-rw-r--r-- | sbin/photurisd/spi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/photurisd/spi.c b/sbin/photurisd/spi.c index d7629528420..76155ca7284 100644 --- a/sbin/photurisd/spi.c +++ b/sbin/photurisd/spi.c @@ -1,3 +1,5 @@ +/* $OpenBSD: spi.c,v 1.8 2001/01/28 22:45:17 niklas Exp $ */ + /* * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -33,7 +35,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: spi.c,v 1.7 2000/12/15 02:50:39 provos Exp $"; +static char rcsid[] = "$OpenBSD: spi.c,v 1.8 2001/01/28 22:45:17 niklas Exp $"; #endif #define _SPI_C_ |