mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on CURRENT after PS_SWAPPINGOUT rename
This commit is contained in:
parent
2e7c611cc3
commit
c63adb00c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200910
1 changed files with 12 additions and 0 deletions
12
sysutils/heirloom/files/patch-ps::ps.c
Normal file
12
sysutils/heirloom/files/patch-ps::ps.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- ps/ps.c.orig 2007-10-05 15:41:41.000000000 +0200
|
||||
+++ ps/ps.c 2007-10-05 15:43:31.000000000 +0200
|
||||
@@ -88,6 +88,9 @@
|
||||
#define proc process
|
||||
#undef p_pgid
|
||||
#undef p_pctcpu
|
||||
+#if !defined(PS_SWAPPINGOUT) && defined(P_SWAPPINGOUT)
|
||||
+#define PS_SWAPPINGOUT P_SWAPPINGOUT
|
||||
+#endif
|
||||
#if defined (__DragonFly__)
|
||||
#endif /* __DragonFly__ */
|
||||
#elif defined (__hpux)
|
Loading…
Add table
Reference in a new issue