aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/ps.c')
-rw-r--r--procps/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/ps.c b/procps/ps.c
index a4de11379..f84060447 100644
--- a/procps/ps.c
+++ b/procps/ps.c
@@ -381,7 +381,7 @@ static void func_pcpu(char *buf, int size, const procps_status_t *ps)
381} 381}
382*/ 382*/
383 383
384static const ps_out_t out_spec[] = { 384static const ps_out_t out_spec[] ALIGN_PTR = {
385/* Mandated by http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html: */ 385/* Mandated by http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html: */
386 { 8 , "user" ,"USER" ,func_user ,PSSCAN_UIDGID }, 386 { 8 , "user" ,"USER" ,func_user ,PSSCAN_UIDGID },
387 { 8 , "group" ,"GROUP" ,func_group ,PSSCAN_UIDGID }, 387 { 8 , "group" ,"GROUP" ,func_group ,PSSCAN_UIDGID },