Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / pstree / patches / patch-aa
blobb5192d8d0aa73ecff8807b54a41b0761e6381257
1 $NetBSD: patch-aa,v 1.3 2008/02/05 14:07:05 reed Exp $
3 --- pstree.c.orig       2008-02-05 05:56:52.000000000 -0800
4 +++ pstree.c    2008-02-05 05:58:25.000000000 -0800
5 @@ -63,7 +63,7 @@
6  #  define PSVARS       &P[i].uid, &P[i].pid, &P[i].ppid, &P[i].pgid, P[i].cmd
7  #  define PSVARSN      5
8  /************************************************************************/
9 -#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
10 +#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__)
11  /* NetBSD contributed by Gary D. Duzan <gary AT wheel.tiac.net>
12   * FreeBSD contributed by Randall Hopper <rhh AT ct.picker.com> 
13   * Darwin / Mac OS X patch by Yuji Yamano <yyamano AT kt.rim.or.jp>