summaryrefslogtreecommitdiff
path: root/sbin/photurisd/validity.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/photurisd/validity.c')
-rw-r--r--sbin/photurisd/validity.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/photurisd/validity.c b/sbin/photurisd/validity.c
index ad37112e292..fa75d0e900c 100644
--- a/sbin/photurisd/validity.c
+++ b/sbin/photurisd/validity.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: validity.c,v 1.4 2001/01/28 22:45:18 niklas Exp $ */
+
/*
* Copyright 1997-2000 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -33,7 +35,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: validity.c,v 1.3 2000/12/15 02:50:40 provos Exp $";
+static char rcsid[] = "$OpenBSD: validity.c,v 1.4 2001/01/28 22:45:18 niklas Exp $";
#endif
#define _VALIDITY_C_