From 5cdf940cfad69324b8d1977fb56ecd20ced1c3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 6 Sep 1999 12:48:07 +0200 Subject: [PATCH] Cosmetic change. Rev: src/backend.c:1.43 Rev: src/mapping.c:1.40 --- src/backend.c | 3 ++- src/mapping.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/backend.c b/src/backend.c index ef4a64759f..4621b6b593 100644 --- a/src/backend.c +++ b/src/backend.c @@ -3,8 +3,9 @@ ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ +/**/ #include "global.h" -RCSID("$Id: backend.c,v 1.42 1999/08/06 23:03:00 hubbe Exp $"); +RCSID("$Id: backend.c,v 1.43 1999/09/06 10:48:06 grubba Exp $"); #include "fdlib.h" #include "backend.h" #include <errno.h> diff --git a/src/mapping.c b/src/mapping.c index a1d1f7c2d6..0b2b7cad65 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -3,8 +3,9 @@ ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ +/**/ #include "global.h" -RCSID("$Id: mapping.c,v 1.39 1999/02/05 01:03:53 hubbe Exp $"); +RCSID("$Id: mapping.c,v 1.40 1999/09/06 10:48:07 grubba Exp $"); #include "main.h" #include "object.h" #include "mapping.h" -- GitLab