diff options
Diffstat (limited to 'sbin/photurisd/handle_resource_limit.c')
-rw-r--r-- | sbin/photurisd/handle_resource_limit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/photurisd/handle_resource_limit.c b/sbin/photurisd/handle_resource_limit.c index 511113ad407..0c3a5210cb1 100644 --- a/sbin/photurisd/handle_resource_limit.c +++ b/sbin/photurisd/handle_resource_limit.c @@ -1,3 +1,5 @@ +/* $OpenBSD: handle_resource_limit.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_resource_limit.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; +static char rcsid[] = "$OpenBSD: handle_resource_limit.c,v 1.4 2001/01/28 22:45:09 niklas Exp $"; #endif #include <stdio.h> |