summaryrefslogtreecommitdiff
path: root/audio/shorten/patches/patch-ac
blob: 7811494d7b72b6ab01eb5e6a8a86cf9aa59c1bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2001/04/16 22:23:34 zuntum Exp $

--- dupfinfo.c.orig	Sun Apr  8 21:58:00 2001
+++ dupfinfo.c	Sun Apr  8 21:58:26 2001
@@ -35,7 +35,7 @@
     ftime.actime  = buf.st_atime;
     ftime.modtime = buf.st_mtime;
     (void) utime(path1, &ftime);
-#ifdef unix
+#ifdef eunuchs
     (void) chown(path1, buf.st_uid, -1);
     (void) chown(path1, -1, buf.st_gid);
 #endif