logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[SSI] openssi/procps/ps sortformat.c,1.1.3.1.2.2,1.1.3.1.2.3: msg#00118

Subject: [SSI] openssi/procps/ps sortformat.c,1.1.3.1.2.2,1.1.3.1.2.3
Update of /cvsroot/ssic-linux/openssi/procps/ps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5832/procps/ps

Modified Files:
      Tag: OPENSSI-RH
        sortformat.c 
Log Message:
Sync w/ FC branch


Index: sortformat.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/procps/ps/Attic/sortformat.c,v
retrieving revision 1.1.3.1.2.2
retrieving revision 1.1.3.1.2.3
diff -u -d -r1.1.3.1.2.2 -r1.1.3.1.2.3
--- sortformat.c        28 Jan 2004 10:25:10 -0000      1.1.3.1.2.2
+++ sortformat.c        12 Nov 2004 00:58:53 -0000      1.1.3.1.2.3
@@ -801,6 +801,14 @@
                PUSH("label");  /* Mandatory Access Control */
        }
        format_modifiers = 0;
+
+       /*
+        * OpenSSI : 
+        */
+       if( gnu_ssi_option ) {
+               fn = do_one_spec("enode",NULL,1);
+               fmt_add_after("PID",fn);
+       }
        return NULL;
 }
 
@@ -1008,14 +1016,14 @@
                }
        }
 
-  /*
-   * OpenSSI : 
-   */
-  if( gnu_ssi_option ) {
+       /*
+        * OpenSSI : 
+        */
+       if( gnu_ssi_option ) {
                format_node *fn;
                fn = do_one_spec("enode",NULL,1);
                fmt_add_after("PID",fn);
-  }
+       }
 
        /* Could scan for duplicates (format and sort) here. Digital does. */
        return NULL;



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click


<Prev in Thread] Current Thread [Next in Thread>