diff options
Diffstat (limited to 'libexec/rpc.sprayd/sprayd.c')
-rw-r--r-- | libexec/rpc.sprayd/sprayd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rpc.sprayd/sprayd.c b/libexec/rpc.sprayd/sprayd.c index 9ed64b49831..d6850b16005 100644 --- a/libexec/rpc.sprayd/sprayd.c +++ b/libexec/rpc.sprayd/sprayd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sprayd.c,v 1.3 2001/01/28 19:34:32 niklas Exp $*/ + /* * Copyright (c) 1994 Christos Zoulas * All rights reserved. @@ -27,11 +29,10 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: sprayd.c,v 1.2 2001/01/17 19:23:28 deraadt Exp $ */ #ifndef lint -static char rcsid[] = "$Id: sprayd.c,v 1.2 2001/01/17 19:23:28 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: sprayd.c,v 1.3 2001/01/28 19:34:32 niklas Exp $"; #endif /* not lint */ #include <stdio.h> |