summaryrefslogtreecommitdiff
path: root/sbin/photurisd/server.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-28 22:45:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-28 22:45:21 +0000
commit8d4d9ec3f34c3d040d5516ccb8536d26c2f3d387 (patch)
tree631a0b637148004680d45c18aae64f54d77447b4 /sbin/photurisd/server.c
parentafa46daca7cede154ac8f385c2f02c05794726af (diff)
$OpenBSD$
Diffstat (limited to 'sbin/photurisd/server.c')
-rw-r--r--sbin/photurisd/server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/photurisd/server.c b/sbin/photurisd/server.c
index 93dfb7ae218..2b9320d13b8 100644
--- a/sbin/photurisd/server.c
+++ b/sbin/photurisd/server.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: server.c,v 1.9 2001/01/28 22:45:17 niklas Exp $ */
+
/*
* Copyright 1997-2000 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -35,7 +37,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: server.c,v 1.8 2001/01/17 19:41:08 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: server.c,v 1.9 2001/01/28 22:45:17 niklas Exp $";
#endif
#define _SERVER_C_