diff options
Diffstat (limited to 'sbin/photurisd/handle_bad_cookie.c')
-rw-r--r-- | sbin/photurisd/handle_bad_cookie.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/photurisd/handle_bad_cookie.c b/sbin/photurisd/handle_bad_cookie.c index f8ceadff8d2..25e3e523737 100644 --- a/sbin/photurisd/handle_bad_cookie.c +++ b/sbin/photurisd/handle_bad_cookie.c @@ -1,3 +1,5 @@ +/* $OpenBSD: handle_bad_cookie.c,v 1.4 2001/01/28 22:45:08 niklas Exp $ */ + /* * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -34,7 +36,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_bad_cookie.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; +static char rcsid[] = "$OpenBSD: handle_bad_cookie.c,v 1.4 2001/01/28 22:45:08 niklas Exp $"; #endif #include <stdio.h> |