summaryrefslogtreecommitdiff
path: root/net/ntp4/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp4/patches/patch-aa')
-rw-r--r--net/ntp4/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/ntp4/patches/patch-aa b/net/ntp4/patches/patch-aa
deleted file mode 100644
index a0cf269cee3..00000000000
--- a/net/ntp4/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2005/09/10 10:43:42 adrianp Exp $
-
---- ntpd/ntpd.c.orig 2005-09-10 10:48:16.000000000 +0100
-+++ ntpd/ntpd.c 2005-09-10 10:49:44.000000000 +0100
-@@ -863,7 +863,7 @@
- } else {
- getgroup:
- if ((gr = getgrnam(group)) != NULL) {
-- sw_gid = pw->pw_gid;
-+ sw_gid = gr->gr_gid;
- } else {
- errno = 0;
- msyslog(LOG_ERR, "Cannot find group `%s'", group);