diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 22:45:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 22:45:21 +0000 |
commit | 8d4d9ec3f34c3d040d5516ccb8536d26c2f3d387 (patch) | |
tree | 631a0b637148004680d45c18aae64f54d77447b4 /sbin/photurisd/handle_message_reject.c | |
parent | afa46daca7cede154ac8f385c2f02c05794726af (diff) |
$OpenBSD$
Diffstat (limited to 'sbin/photurisd/handle_message_reject.c')
-rw-r--r-- | sbin/photurisd/handle_message_reject.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/photurisd/handle_message_reject.c b/sbin/photurisd/handle_message_reject.c index e5793cae4a1..20cd40b5d51 100644 --- a/sbin/photurisd/handle_message_reject.c +++ b/sbin/photurisd/handle_message_reject.c @@ -1,3 +1,5 @@ +/* $OpenBSD: handle_message_reject.c,v 1.4 2001/01/28 22:45:09 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_message_reject.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; +static char rcsid[] = "$OpenBSD: handle_message_reject.c,v 1.4 2001/01/28 22:45:09 niklas Exp $"; #endif #include <stdio.h> |