From 2a46f4c553f413f55bcec9d8c0b171e8cc14600a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 29 Jun 2008 10:58:30 +0200 Subject: [PATCH] Added comment. Rev: src/mapping.c:1.210 --- src/mapping.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mapping.c b/src/mapping.c index a1c115f96f..87de530b5c 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: mapping.c,v 1.209 2008/06/29 08:57:03 grubba Exp $ +|| $Id: mapping.c,v 1.210 2008/06/29 08:58:30 grubba Exp $ */ #include "global.h" @@ -1421,6 +1421,7 @@ PMOD_EXPORT struct mapping *copy_mapping(struct mapping *m) #endif +/* copy_mapping() for when destructive operations are ok. */ static struct mapping *destructive_copy_mapping(struct mapping *m) { if ((m->refs == 1) && !m->data->hardlinks && -- GitLab