summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-23 10:44:03 +1000
committerDamien Miller <djm@mindrot.org>2011-09-23 10:44:03 +1000
commitcd92790fcb0e26fb7c7819ea548583aa06b469bf (patch)
tree2e9f87c1e82d578c120f5eefd2b6fdac05973523
parent834e82031749cb039ad9258314e62ebf25ca4365 (diff)
- (djm) [openbsd-compat/getgrouplist.c] Remove OpenBSD rcsid marker: the
upstream version is YPified and we don't want this
-rw-r--r--ChangeLog2
-rw-r--r--openbsd-compat/getgrouplist.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d6f152f0..eb231e77b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (djm) [openbsd-compat/getcwd.c] Remove OpenBSD rcsid marker since we no 2 - (djm) [openbsd-compat/getcwd.c] Remove OpenBSD rcsid marker since we no
3 longer want to sync this file (OpenBSD uses a __getcwd syscall now, we 3 longer want to sync this file (OpenBSD uses a __getcwd syscall now, we
4 want this longhand version) 4 want this longhand version)
5 - (djm) [openbsd-compat/getgrouplist.c] Remove OpenBSD rcsid marker: the
6 upstream version is YPified and we don't want this
5 - OpenBSD CVS Sync 7 - OpenBSD CVS Sync
6 - millert@cvs.openbsd.org 2006/05/05 15:27:38 8 - millert@cvs.openbsd.org 2006/05/05 15:27:38
7 [openbsd-compat/strlcpy.c] 9 [openbsd-compat/strlcpy.c]
diff --git a/openbsd-compat/getgrouplist.c b/openbsd-compat/getgrouplist.c
index a57d7d388..3afcb9281 100644
--- a/openbsd-compat/getgrouplist.c
+++ b/openbsd-compat/getgrouplist.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: getgrouplist.c,v 1.12 2005/08/08 08:05:34 espie Exp $ */ 1/* from OpenBSD: getgrouplist.c,v 1.12 2005/08/08 08:05:34 espie Exp */
2/* 2/*
3 * Copyright (c) 1991, 1993 3 * Copyright (c) 1991, 1993
4 * The Regents of the University of California. All rights reserved. 4 * The Regents of the University of California. All rights reserved.